|
|
|
@ -1625,10 +1625,13 @@ public class SignFpqsServiceImpl extends MpBaseServiceImpl<SignRecordInvoiceDao, |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
PageHelper.startPage(curr, size); |
|
|
|
|
log.info("启动分页插件"); |
|
|
|
|
List<TDxInvoice> pageList = new ArrayList<>(); |
|
|
|
|
if (pramsMap.get("gxStatus") != null && !"".equals(pramsMap.get("gxStatus"))) { |
|
|
|
|
log.info("gxStatus不为空直接进行查询"); |
|
|
|
|
pageList = signInvoiceDao.selectQsfpListJrtt(pramsMap); |
|
|
|
|
} else { |
|
|
|
|
log.info("进入到signInvoiceMapper查询"); |
|
|
|
|
pageList = signInvoiceSmService.selectQsfpList(pramsMap); |
|
|
|
|
} |
|
|
|
|
log.info("pageList {}",pageList); |
|
|
|
@ -1651,6 +1654,7 @@ public class SignFpqsServiceImpl extends MpBaseServiceImpl<SignRecordInvoiceDao, |
|
|
|
|
if (curr == 1) { |
|
|
|
|
QsInvoiceCount selectQsfpListCount = null; |
|
|
|
|
if (pramsMap.get("gxStatus") != null && !"".equals(pramsMap.get("gxStatus"))) { |
|
|
|
|
log.info(""); |
|
|
|
|
selectQsfpListCount = signInvoiceDao.selectQsfpListCountJrtt(pramsMap); |
|
|
|
|
} else { |
|
|
|
|
selectQsfpListCount = signInvoiceSmService.selectQsfpListCount(pramsMap); |
|
|
|
|