|
|
|
@ -90,9 +90,9 @@ public class InvoiceController { |
|
|
|
|
|
|
|
|
|
List<String> shList = NsrsbhUtils.transShListByXhfNsrsbh(orderBatchQuery.getXhfNsrsbh()); |
|
|
|
|
List<String> entList = NsrsbhUtils.transShListByXhfNsrsbh(orderBatchQuery.getEntList()); |
|
|
|
|
PageUtils pageUtils = orderInvoiceInfoService.selectRedAndInvoiceByMap(paramMap, shList, entList); |
|
|
|
|
PageUtils pageUtils = orderInvoiceInfoService.selectRedAndInvoiceByMap(paramMap, null, entList); |
|
|
|
|
|
|
|
|
|
QueryCountInvoiceBO queryCountInvoiceBO = orderInvoiceInfoService.queryCountByMap(paramMap, shList, entList); |
|
|
|
|
QueryCountInvoiceBO queryCountInvoiceBO = orderInvoiceInfoService.queryCountByMap(paramMap, null, entList); |
|
|
|
|
|
|
|
|
|
log.info("{}发票明细统计返回值{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(queryCountInvoiceBO)); |
|
|
|
|
|
|
|
|
|