退料审核bug
This commit is contained in:
parent
292d9dc820
commit
4a0741161e
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue