Commit db166f05 by 王悦

fix 直购CompanyName

parent d4c28b8f
...@@ -307,7 +307,7 @@ class CenterorderService extends AppServiceBase { ...@@ -307,7 +307,7 @@ class CenterorderService extends AppServiceBase {
orderPrice: Number(pobj.actionBody.orderPrice / 100), orderPrice: Number(pobj.actionBody.orderPrice / 100),
phone: pobj.actionBody.publishMobile, phone: pobj.actionBody.publishMobile,
needId: solutiondata.data.channelNeedNo, needId: solutiondata.data.channelNeedNo,
companyName:solutiondata.data.solutionContent.solution.CompanyName || '' //companyName:solutiondata.data.solutionContent.solution.CompanyName || ''
}, },
appInfo: pobj.appInfo appInfo: pobj.appInfo
} }
......
...@@ -32,7 +32,7 @@ class GatewaypushlogService extends ServiceBase { ...@@ -32,7 +32,7 @@ class GatewaypushlogService extends ServiceBase {
if (data.success) { if (data.success) {
icloginfo.pushStatus = "yts"; icloginfo.pushStatus = "yts";
} else { } else {
if (data.errorMsg!="状态错误") { if (data.errorMsg!="状态错误") {//除1 2 4 11其它状态没处理、返回的状态错误
data.push_url = url data.push_url = url
data.api = "center-channel/taskAliIcapi" data.api = "center-channel/taskAliIcapi"
this.dingClient.gatewayPushError(data) this.dingClient.gatewayPushError(data)
......
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