退料审核代码提交
This commit is contained in:
parent
09dd56414a
commit
77c6616c64
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue