Explorar o código

评估报销修改

lizhenhao %!s(int64=2) %!d(string=hai) anos
pai
achega
9ac21b2f1c

+ 2 - 1
jeeplus-module/jeeplus-test/src/main/java/com/jeeplus/test/reimbursement/reimbursementInfo/mapper/xml/ReimbursementInfoMapper.xml

@@ -19,7 +19,8 @@
 			a.type,
 			a.type,
 			a.proc_ins_id,
 			a.proc_ins_id,
 			a.process_definition_id,
 			a.process_definition_id,
-			d.ID_ AS task_id
+			d.ID_ AS task_id,
+			a.create_by as create_id
 		FROM
 		FROM
 			reimbursement_info a
 			reimbursement_info a
 			LEFT JOIN reimbursement_detail_info b ON a.id = b.info_id AND b.del_flag = 0
 			LEFT JOIN reimbursement_detail_info b ON a.id = b.info_id AND b.del_flag = 0

+ 5 - 0
jeeplus-module/jeeplus-test/src/main/java/com/jeeplus/test/reimbursement/reimbursementInfo/service/dto/RetureListDto.java

@@ -98,4 +98,9 @@ public class RetureListDto {
     private String processDefinitionId;
     private String processDefinitionId;
 
 
     private String taskId;
     private String taskId;
+
+    /**
+     * 创建人id
+     */
+    private String createId;
 }
 }