From 8fec9579ae4adb4f7f53440933908c90eea33b20 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 19 二月 2025 15:35:25 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- business/src/main/resources/mapper/ProjectInfoMapper.xml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/business/src/main/resources/mapper/ProjectInfoMapper.xml b/business/src/main/resources/mapper/ProjectInfoMapper.xml index ff3c457..c8c8bf3 100644 --- a/business/src/main/resources/mapper/ProjectInfoMapper.xml +++ b/business/src/main/resources/mapper/ProjectInfoMapper.xml @@ -47,7 +47,10 @@ TPI.update_by, TPI.create_by, TPI.remark, - TPI.id + TPI.id, + TPI.industry_competent_department, + TPI.industry_competent_department_person, + TPI.department_person_phone FROM t_project_info TPI WHERE -- Gitblit v1.8.0