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