Commit ee4a5b77 by leialin

Merge branch 'lal' into 'develop'

提交

See merge request 8timerv2/8timerapiv200!375
parents 91415ca6 34f55386
......@@ -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