|
|
|
@ -220,7 +220,9 @@ public class InvoiceServiceImpl implements InvoiceService { |
|
|
|
|
if(cpyOrderItems.size()>ConfigureConstant.INT_8){ |
|
|
|
|
return R.error("结算单:"+commonOrderInfo.getOrderInfo().getDdh()+"是成品油发票,明细行数不能超过8行,请先进行手动拆分!"); |
|
|
|
|
} |
|
|
|
|
lists.add(mixCommonOrderInfoList); |
|
|
|
|
if(!CollectionUtils.isEmpty(mixCommonOrderInfoList)){ |
|
|
|
|
lists.add(mixCommonOrderInfoList); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//如果是混开的 走明细拆分
|
|
|
|
|