调整客商查询根据名称全匹配查询 custname---》custnameis

This commit is contained in:
476474485@qq.com 2025-05-09 16:52:41 +08:00
parent 208a7d842a
commit 736f6e04c0
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class WsCustomerSynchronizationEventServiceImpl extends BaseService<WsCus
//纳税人登记号
String field0007 = formBean.getString("field0007");
JSONObject requestJson = new JSONObject();
requestJson.put("custname", field0006);
requestJson.put("custnameis", field0006);
String body = requestApi("validateCustomerName", requestJson, "800054", "8000540095", null);
JSONObject req = JSON.parseObject(body);
boolean flag = req.getBoolean("flag");