Commit f3f7476d by ilal Committed by chenzg

提交

parent d8fd9d07
......@@ -125,6 +125,8 @@ public class SpmkServiceImpl implements SpmkService{
if(exe != null) {
adD.setExecuteEmpNum(exe.getEmpNum());
adD.setExecuteSts(exe.getSts());
adD.setExeid(exe.getId());
adD.setExereid(exere.getId());
}
}
......
......@@ -51,4 +51,8 @@ public class SpmkApproveDetailDto {
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