退料审核bug

This commit is contained in:
mashuai 2024-06-18 13:44:23 +08:00
parent 292d9dc820
commit 4a0741161e
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ public class BackApplyServiceImpl implements BackApplyService {
if (CollUtil.isNotEmpty(dto.getBackApplyList())) {
for (BackApplyListDto backApplyListDto : dto.getBackApplyList()) {
for (BackApplyInfo backApplyDetail : backApplyListDto.getBackApplyDetails()) {
dto.setAuditNum(backApplyDetail.getNum());
dto.setAuditNum(backApplyDetail.getPreNum());
re = backApplyMapper.auditAll(dto);
}
}