From b5d319285186901e6b8f958d1a815c6aa592f0e4 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 19 二月 2025 15:34:53 +0800 Subject: [PATCH] 新增行业主管部门 --- 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