|
|
@ -284,9 +284,8 @@ public class SNPushCheckRecordService extends AbstractServiceAdapter { |
|
|
|
QueryWrapper<TdxRecordInvoice> recordWrapper = new QueryWrapper<>(); |
|
|
|
QueryWrapper<TdxRecordInvoice> recordWrapper = new QueryWrapper<>(); |
|
|
|
List<String> uuids = tdxRecordInvoiceDao.selectRecords(pramsMap); |
|
|
|
List<String> uuids = tdxRecordInvoiceDao.selectRecords(pramsMap); |
|
|
|
log.info("获取的uuid为{}",uuids); |
|
|
|
log.info("获取的uuid为{}",uuids); |
|
|
|
|
|
|
|
boolean flag = false; |
|
|
|
for (String uuid: uuids) { |
|
|
|
for (String uuid: uuids) { |
|
|
|
boolean flag = false; |
|
|
|
|
|
|
|
QueryWrapper<BaseTDxRecordInvoiceDetail> detailWrapper = new QueryWrapper<>(); |
|
|
|
QueryWrapper<BaseTDxRecordInvoiceDetail> detailWrapper = new QueryWrapper<>(); |
|
|
|
detailWrapper.eq("uuid", uuid); |
|
|
|
detailWrapper.eq("uuid", uuid); |
|
|
|
DynamicContextHolder.push("business" + DbConstant.DETAIL_READ); |
|
|
|
DynamicContextHolder.push("business" + DbConstant.DETAIL_READ); |
|
|
|