From f99b4b15c378597a364f5b650ac23b0f231551e6 Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Mon, 14 Aug 2023 11:28:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=B7=E5=85=B3=E7=BC=B4=E6=AC=BE=E4=B9=A6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/dxhy/extend/service/customs/CustomsServiceImpl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dxhy-extend/src/main/java/com/dxhy/extend/service/customs/CustomsServiceImpl.java b/dxhy-extend/src/main/java/com/dxhy/extend/service/customs/CustomsServiceImpl.java index 82a2f21b..730c32f4 100644 --- a/dxhy-extend/src/main/java/com/dxhy/extend/service/customs/CustomsServiceImpl.java +++ b/dxhy-extend/src/main/java/com/dxhy/extend/service/customs/CustomsServiceImpl.java @@ -6,6 +6,7 @@ import java.util.Map; import javax.annotation.Resource; +import org.apache.commons.lang3.StringUtils; import org.springframework.stereotype.Service; import org.springframework.util.CollectionUtils; @@ -54,7 +55,7 @@ public class CustomsServiceImpl extends MpBaseServiceImpl)pramsMap.get("gfsh"))) { + if (StringUtils.isBlank((String) pramsMap.get("gfsh"))) { json.put("total", "0"); json.put("datalist", new ArrayList<>()); return super.responseResult(json);