This commit is contained in:
parent
7c6ec35734
commit
2698ee7346
|
|
@ -225,7 +225,7 @@ public class AppBackApplyController extends BaseController {
|
||||||
}
|
}
|
||||||
backApplyService.updateBackInfo(record.getParentId(),record.getCompanyId());
|
backApplyService.updateBackInfo(record.getParentId(),record.getCompanyId());
|
||||||
for (BackApplyInfo backApplyInfo : record.getBackApplyDetails()) {
|
for (BackApplyInfo backApplyInfo : record.getBackApplyDetails()) {
|
||||||
backApplyInfo.setParentId(record.getPreNum());
|
backApplyInfo.setParentId(record.getParentId());
|
||||||
backApplyInfo.setAuditNum(backApplyInfo.getPreNum());
|
backApplyInfo.setAuditNum(backApplyInfo.getPreNum());
|
||||||
boolean re = backApplyService.upload(backApplyInfo) > 0;
|
boolean re = backApplyService.upload(backApplyInfo) > 0;
|
||||||
if (!re) {
|
if (!re) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue