Commit f3f7476d by ilal Committed by chenzg

提交

parent d8fd9d07
...@@ -125,6 +125,8 @@ public class SpmkServiceImpl implements SpmkService{ ...@@ -125,6 +125,8 @@ public class SpmkServiceImpl implements SpmkService{
if(exe != null) { if(exe != null) {
adD.setExecuteEmpNum(exe.getEmpNum()); adD.setExecuteEmpNum(exe.getEmpNum());
adD.setExecuteSts(exe.getSts()); adD.setExecuteSts(exe.getSts());
adD.setExeid(exe.getId());
adD.setExereid(exere.getId());
} }
} }
......
...@@ -50,5 +50,9 @@ public class SpmkApproveDetailDto { ...@@ -50,5 +50,9 @@ public class SpmkApproveDetailDto {
private Integer executeEmpNum;//当前审批中 当前执行人的id private Integer executeEmpNum;//当前审批中 当前执行人的id
private Integer executeSts; private Integer executeSts;
private Integer exeid;
private Integer exereid;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment