Commit 2fae4ba7 by zhu.zewen

修复消耗审批详情原因

parent 29859b46
......@@ -86,7 +86,6 @@ public class PhysicDestroyCheckServiceImpl extends BaseServiceImpl<PhysicDestroy
if (CollectionUtils.isNotEmpty(req.getCheckDetailList())) {
req.getCheckDetailList().forEach(detail -> {
detail.setCheckId(check.getId());
detail.setReason(check.getApplyReason());
});
physicDestroyCheckDetailService.saveBatch(req.getCheckDetailList());
}
......
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 sign in to comment