Min 1 年之前
父節點
當前提交
a3bd7c84b7

+ 2 - 2
fhKeeper/formulahousekeeper/management-platform/src/main/resources/mapper/ReportMapper.xml

@@ -1065,8 +1065,8 @@
 
     <select id="getTaskGroupPlanTime" resultType="java.util.Map">
         select tg.project_id as projectId,tg.task_group_code as taskGroupCode,tg.name,tg.wbs_code as wbsCode,IFNULL(tg.man_day*8,0) as planTime,tg.id as groupId,
-        uu.job_number as incahrgerName,
-        CONCAT('[',(select GROUP_CONCAT(u.job_number) from group_participator gp
+        CONCAT(uu.job_number,'/',uu.name) as incahrgerName,
+        CONCAT('[',(select GROUP_CONCAT(CONCAT(u.job_number,'/',u.name)) from group_participator gp
         left join user u on gp.user_id=u.id
         where gp.group_id=tg.id ),']') as participations
         from task_group tg