Commit 3033cb38 by 兰国旗

注释掉icporderclose判断

parent a12b9272
...@@ -404,15 +404,16 @@ class UtilsNeedSve extends AppServiceBase { ...@@ -404,15 +404,16 @@ class UtilsNeedSve extends AppServiceBase {
"actionType": "getSolutionByChannelOrderNo", "actionType": "getSolutionByChannelOrderNo",
"actionBody": pobj "actionBody": pobj
} }
// getItemByChannelSolutionNo // getSolutionByChannelOrderNo
var url = settings.centerChannelUrl() + "/api/opreceive/need/springBoard"; var url = settings.centerChannelUrl() + "/api/opreceive/need/springBoard";
var result = await this.execlient.execPostTK(sobj, url, token); var result = await this.execlient.execPostTK(sobj, url, token);
if (result.status != 0 || !result.data) { if (result.status != 0 || !result.data) {
return this.getResult(result.requestId,result.msg) return this.getResult(result.requestId,result.msg)
} }
if(!result.data.solutionContent || !result.data.solutionContent.customerInfo || !result.data.solutionContent.customerInfo.publishMobile){ //此判断影响阿里退款,先注释掉
return this.getResult(result.requestId,"方案客户信息有误") // if(!result.data.solutionContent || !result.data.solutionContent.customerInfo || !result.data.solutionContent.customerInfo.publishMobile){
} // return this.getResult(result.requestId,"方案客户信息有误")
// }
// 获取userpin // 获取userpin
var userparam = { var userparam = {
actionType: "getLoginByUserName", actionType: "getLoginByUserName",
......
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