Commit 3033cb38 by 兰国旗

注释掉icporderclose判断

parent a12b9272
......@@ -404,15 +404,16 @@ class UtilsNeedSve extends AppServiceBase {
"actionType": "getSolutionByChannelOrderNo",
"actionBody": pobj
}
// getItemByChannelSolutionNo
// getSolutionByChannelOrderNo
var url = settings.centerChannelUrl() + "/api/opreceive/need/springBoard";
var result = await this.execlient.execPostTK(sobj, url, token);
if (result.status != 0 || !result.data) {
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
var userparam = {
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