From f51235e6ed034f765735be28a96ca3ef7978cf8d Mon Sep 17 00:00:00 2001 From: "476474485@qq.com" Date: Mon, 24 Mar 2025 17:09:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=9B=E5=BA=94=E5=95=86?= =?UTF-8?q?=E5=BC=80=E6=88=B7=E8=A1=8C=E4=B8=8D=E8=83=BD=E4=BC=A0=E9=80=92?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WsCustomerSynchronizationEventServiceImpl.java | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/base-buildpackage/src/main/java/com/hzya/frame/plugin/wscustomersynchronizationevent/service/impl/WsCustomerSynchronizationEventServiceImpl.java b/base-buildpackage/src/main/java/com/hzya/frame/plugin/wscustomersynchronizationevent/service/impl/WsCustomerSynchronizationEventServiceImpl.java index a0572a66..e744e779 100644 --- a/base-buildpackage/src/main/java/com/hzya/frame/plugin/wscustomersynchronizationevent/service/impl/WsCustomerSynchronizationEventServiceImpl.java +++ b/base-buildpackage/src/main/java/com/hzya/frame/plugin/wscustomersynchronizationevent/service/impl/WsCustomerSynchronizationEventServiceImpl.java @@ -71,7 +71,7 @@ public class WsCustomerSynchronizationEventServiceImpl extends BaseService=18){ + return BaseResult.getFailureMessageEntity("纳税人识别号不允许超过18位!"); + } + requestJson.put("taxpayer", field0007.trim()); body = requestApi("validateCustomerName", requestJson, "800054", "8000540095", null); req = JSON.parseObject(body); flag = req.getBoolean("flag"); @@ -279,6 +281,7 @@ public class WsCustomerSynchronizationEventServiceImpl extends BaseService