app退料逻辑修改

This commit is contained in:
15856 2024-12-04 10:46:53 +08:00
parent 8ceed4408f
commit 5b4543f218
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ public class AppBackApplyController extends BaseController {
}
backApplyService.updateBackInfo(record.getParentId(),record.getCompanyId());
for (BackApplyInfo backApplyInfo : record.getBackApplyDetails()) {
backApplyInfo.setParentId(record.getParentId());
backApplyInfo.setParentId(record.getPreNum());
backApplyInfo.setAuditNum(record.getBackNum());
boolean re = backApplyService.upload(backApplyInfo) > 0;
if (!re) {