Commit fbcdb819 by Sxy

fix: 商机删掉 参数转化

parent 90b52022
...@@ -85,7 +85,7 @@ class UtilsFgbusinesschancService extends AppServiceBase { ...@@ -85,7 +85,7 @@ class UtilsFgbusinesschancService extends AppServiceBase {
if (!actionBody.companyName) { if (!actionBody.companyName) {
return system.getResult(null, "actionBody.companyName can not be empty,100290"); return system.getResult(null, "actionBody.companyName can not be empty,100290");
} }
actionBody.companyName = await this.getConvertSemiangleStr(actionBody.companyName); // actionBody.companyName = await this.getConvertSemiangleStr(actionBody.companyName);
// var url = settings.entProfileUrl() + "lable"; // var url = settings.entProfileUrl() + "lable";
var url = settings.entProfileUrl() + "gsb/api/company_hx"; var url = settings.entProfileUrl() + "gsb/api/company_hx";
var reqParam = { var reqParam = {
...@@ -137,7 +137,7 @@ class UtilsFgbusinesschancService extends AppServiceBase { ...@@ -137,7 +137,7 @@ class UtilsFgbusinesschancService extends AppServiceBase {
return system.getResult(null, "actionBody.companyName can not be empty,100290"); return system.getResult(null, "actionBody.companyName can not be empty,100290");
} }
actionBody.companyName = await this.getConvertSemiangleStr(actionBody.companyName); // actionBody.companyName = await this.getConvertSemiangleStr(actionBody.companyName);
var url = settings.entProfileUrl() + "behavior"; var url = settings.entProfileUrl() + "behavior";
var reqParam = { var reqParam = {
company_name: actionBody.companyName company_name: actionBody.companyName
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment