Commit 730f9c75 authored by 竹天卫's avatar 竹天卫

委托评审的时候修改保存 优化

parent 65f4c993
...@@ -663,7 +663,7 @@ public class EntrustServiceImpl extends ServiceImpl<EntrustMapper, Entrust> impl ...@@ -663,7 +663,7 @@ public class EntrustServiceImpl extends ServiceImpl<EntrustMapper, Entrust> impl
sampleTmpList.add(sampleTmp); sampleTmpList.add(sampleTmp);
sampleTmpService.save(sampleTmp); sampleTmpService.save(sampleTmp);
sampleQuery.setId(sampleTmp.getId()); sampleQuery.setId(sampleTmp.getId());
sampleQuery.setEntrustId(entrust.getId());
} }
if (approvalIdList.contains(loginUser.getId()) && entrust.getStatus() == 9) { if (approvalIdList.contains(loginUser.getId()) && entrust.getStatus() == 9) {
......
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