Explorar o código

财务报销修改

lizhenhao %!s(int64=2) %!d(string=hai) anos
pai
achega
866b037b0b

+ 2 - 1
jeeplus-module/jeeplus-test/src/main/java/com/jeeplus/test/cw/reimbursementApproval/approvalInfo/mapper/xml/CwReimbursementInfoMapper.xml

@@ -28,7 +28,8 @@
 			a.type,
 			a.proc_ins_id,
 			a.process_definition_id,
-			d.ID_ AS task_id
+			d.ID_ AS task_id,
+			a.create_by as create_id
 		FROM
 			cw_reimbursement_info a
 			LEFT JOIN cw_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/cw/reimbursementApproval/approvalInfo/service/dto/RetureListDto.java

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