退料审核代码提交

This commit is contained in:
liang.chao 2024-04-15 16:42:26 +08:00
parent 09dd56414a
commit 77c6616c64
1 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ public class TmTaskServiceImpl implements TmTaskService {
// 去查询领料任务详情表
List<LeaseApplyDetails> leaseApplyDetails = tmTaskMapper.getLeaseApplyDetailsCq(leaseApplyInfo);
if (leaseApplyDetails != null && !leaseApplyDetails.isEmpty()) {
tmTaskMapper.getMaTypeDetails(leaseApplyDetails);
// tmTaskMapper.getMaTypeDetails(leaseApplyDetails);
listLeaseDetails.addAll(leaseApplyDetails);
}
}