sxu 2024-12-10 15:42:08 +08:00
parent 7c6ec35734
commit 2698ee7346
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.getPreNum());
backApplyInfo.setParentId(record.getParentId());
backApplyInfo.setAuditNum(backApplyInfo.getPreNum());
boolean re = backApplyService.upload(backApplyInfo) > 0;
if (!re) {