From 5dbe330f01dc55b633988f362bdd6fdc9715f5dc Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Fri, 19 May 2023 08:23:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=93=E5=8D=B0=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BaseInvoiceManualCheckServiceImpl.java | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/dxhy-base/src/main/java/com/dxhy/base/service/invoicecheck/BaseInvoiceManualCheckServiceImpl.java b/dxhy-base/src/main/java/com/dxhy/base/service/invoicecheck/BaseInvoiceManualCheckServiceImpl.java index d554ca43..f3cf6c42 100644 --- a/dxhy-base/src/main/java/com/dxhy/base/service/invoicecheck/BaseInvoiceManualCheckServiceImpl.java +++ b/dxhy-base/src/main/java/com/dxhy/base/service/invoicecheck/BaseInvoiceManualCheckServiceImpl.java @@ -499,13 +499,15 @@ public class BaseInvoiceManualCheckServiceImpl extends MpBaseServiceImpl businessList = (List)pramsMap.get("business"); - int start = new Long(pageInfo.getStartRow()).intValue(); + for (int i = 0; i < pageList.size(); i++) { currentTax.add(pageList.get(i).getTaxAmount()); hjje.add(pageList.get(i).getInvoiceAmount()); + log.info("maxTax====>"+maxTax+",currentTax====>"+currentTax); if (maxTax.compareTo(currentTax) >0){ count++; + log.info("count++{}",count); BaseSggxCxRespVO vo = new BaseSggxCxRespVO(); if (taxnoList.contains(pageList.get(i).getGfTaxNo())) { vo.setUpgradeStatus("1"); @@ -528,14 +530,14 @@ public class BaseInvoiceManualCheckServiceImpl extends MpBaseServiceImpl