|
|
|
@ -1709,7 +1709,9 @@ public class InvoicePoolServiceImpl implements InvoicePoolService { |
|
|
|
|
&& detailInfo.getGoodsName().indexOf("详见") >= 0) { |
|
|
|
|
detailInfo.setGoodsName(changeBrackets(detailInfo.getGoodsName())); |
|
|
|
|
} |
|
|
|
|
set.add(detailInfo.getIncentiveFlag().trim()); |
|
|
|
|
if(StringUtils.isNotEmpty(detailInfo.getIncentiveFlag())) { |
|
|
|
|
set.add(detailInfo.getIncentiveFlag().trim()); |
|
|
|
|
} |
|
|
|
|
detailInfo.setInvoiceCode(invoiceCode); |
|
|
|
|
detailInfo.setInvoiceNo(invoiceNo); |
|
|
|
|
detailInfo.setUuid(invoiceCode + invoiceNo); |
|
|
|
|