From 55b5de1d9965fbeda8623f9e4b5fcf72af85e284 Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Tue, 6 Jun 2023 10:46:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dxhy/base/controller/BaseInvoiceController.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dxhy-base/src/main/java/com/dxhy/base/controller/BaseInvoiceController.java b/dxhy-base/src/main/java/com/dxhy/base/controller/BaseInvoiceController.java index c5127580..245fdb05 100644 --- a/dxhy-base/src/main/java/com/dxhy/base/controller/BaseInvoiceController.java +++ b/dxhy-base/src/main/java/com/dxhy/base/controller/BaseInvoiceController.java @@ -919,13 +919,13 @@ public class BaseInvoiceController extends AbstractController { @ResponseBody public Object afterInTellingCheck(@RequestBody Map map) { - String isChooseAll = (String) map.get("isChooseAll"); - - if (StringUtils.isBlank(isChooseAll)){ - isChooseAll = "Y"; - } +// String isChooseAll = (String) map.get("isChooseAll"); +// +// if (StringUtils.isBlank(isChooseAll)){ +// isChooseAll = "Y"; +// } - map.put("isChooseAll",isChooseAll); + map.put("isChooseAll","Y"); int curr = 1; int size = 10; int count = 0;