|
|
|
@ -76,7 +76,6 @@ public class ImageSubmitServiceImpl implements ImageSubmitService { |
|
|
|
|
recordUuidList = invoicesList.stream().map(SdnyTDxRecordInvoice::getUuid).collect(Collectors.toList()); |
|
|
|
|
salesQueryWrapper.notIn("uuid", recordUuidList); |
|
|
|
|
} |
|
|
|
|
salesQueryWrapper.notIn("uuid", uuidList); |
|
|
|
|
List<SdnyTDxSaleRecordInvoice> saleInvoices = sdnyTDxSaleRecordInvoiceDao.selectList(salesQueryWrapper); |
|
|
|
|
if (saleInvoices!=null && saleInvoices.size()>0) { |
|
|
|
|
if (invoicesList == null || invoicesList.size() == 0) { |
|
|
|
|