|
|
|
@ -2033,7 +2033,7 @@ public class OrderInfoServiceImpl implements OrderInfoService { |
|
|
|
|
collect = orderItemInfos.stream().filter(t -> StringUtils.isNotBlank(t.getSpbm()) && StringUtils.isNotBlank(t.getZxbm())).collect(Collectors.toList()); |
|
|
|
|
} |
|
|
|
|
//税编为空的不允许合并
|
|
|
|
|
if(orderItemInfos.size() != collect.size()){ |
|
|
|
|
if(itemList.size() != collect.size()){ |
|
|
|
|
return R.error("税收编码为空的不允许合并,请先更新税收编码"); |
|
|
|
|
} |
|
|
|
|
TaxEquipmentInfo taxEquipmentInfo = simsBackService.queryTaxEquipment(orderInfo.getNsrsbh(), entId); |
|
|
|
|