|
@ -193,7 +193,7 @@ public class EasOutInBillDetailServiceImpl extends ServiceImpl<EasOutInBillDetai |
|
|
if (CollectionUtils.isNotEmpty(entityList)) { |
|
|
if (CollectionUtils.isNotEmpty(entityList)) { |
|
|
List<EasOutInBillDetailVO> entityLists = entityList.stream().filter(r -> StringUtils.isNotEmpty(r.getKwbm())).collect(Collectors.toList()); |
|
|
List<EasOutInBillDetailVO> entityLists = entityList.stream().filter(r -> StringUtils.isNotEmpty(r.getKwbm())).collect(Collectors.toList()); |
|
|
Set<String> ids = entityLists.stream().map(EasOutInBillDetailVO::getFlid).collect(Collectors.toSet()); |
|
|
Set<String> ids = entityLists.stream().map(EasOutInBillDetailVO::getFlid).collect(Collectors.toSet()); |
|
|
ieasOutInBillService.audit(ids,false); |
|
|
//ieasOutInBillService.audit(ids,false);
|
|
|
if (ids.size() == entityList.size() && ids.size() > 1) { |
|
|
if (ids.size() == entityList.size() && ids.size() > 1) { |
|
|
entityList.forEach(r -> { |
|
|
entityList.forEach(r -> { |
|
|
UpdateWrapper<EasOutInBillDetail> updateWrapper = new UpdateWrapper<>(); |
|
|
UpdateWrapper<EasOutInBillDetail> updateWrapper = new UpdateWrapper<>(); |
|
|