From 692d61fe3cf21062de085079c61f9b311000a873 Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Mon, 17 Apr 2023 17:13:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=97=A5=E5=BF=97=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/dxhy/sign/service/fpqs/impl/SignFpqsServiceImpl.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dxhy-sign/src/main/java/com/dxhy/sign/service/fpqs/impl/SignFpqsServiceImpl.java b/dxhy-sign/src/main/java/com/dxhy/sign/service/fpqs/impl/SignFpqsServiceImpl.java index 9af8e902..f5ac1dcf 100644 --- a/dxhy-sign/src/main/java/com/dxhy/sign/service/fpqs/impl/SignFpqsServiceImpl.java +++ b/dxhy-sign/src/main/java/com/dxhy/sign/service/fpqs/impl/SignFpqsServiceImpl.java @@ -2339,7 +2339,9 @@ public class SignFpqsServiceImpl extends MpBaseServiceImpl pageList = signInvoiceDelDao.selectDelfpList(pramsMap); + log.info("分页查询结果为 {}",pageList); PageInfo pageInfo = new PageInfo<>(pageList); List resultList = pageInfo.getList(); @@ -2349,6 +2351,7 @@ public class SignFpqsServiceImpl extends MpBaseServiceImpl returnList = new ArrayList<>(); if (resultList != null && resultList.size() > 0) { + log.info("resultList不为空"); int start = new Long(pageInfo.getStartRow()).intValue(); for (int i = 0; i < resultList.size(); i++) { @@ -2357,6 +2360,7 @@ public class SignFpqsServiceImpl extends MpBaseServiceImpl