调整客商查询根据名称全匹配查询 custname---》custnameis
This commit is contained in:
parent
208a7d842a
commit
736f6e04c0
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue