Commit c21fe127 by 兰国旗

laolan

parent 06b242c3
...@@ -906,11 +906,8 @@ class RegCenterOrderService{ ...@@ -906,11 +906,8 @@ class RegCenterOrderService{
if (!ns || !ns.id) { if (!ns || !ns.id) {
return system.getResultFail(-301, "未知方案"); return system.getResultFail(-301, "未知方案");
} }
if(ab.status == 703){
ab["bizId"] = od.channelOrderNo; ab["bizId"] = od.channelOrderNo;
}else{ // ab["bizId"] = ns.channelSolutionNo;
ab["bizId"] = ns.channelSolutionNo;
}
ab["solutionNo"] = ns.solutionNo; ab["solutionNo"] = ns.solutionNo;
pobj.actionBody = ab; pobj.actionBody = ab;
return this.regAcceptPartnerNotification(pobj); return this.regAcceptPartnerNotification(pobj);
......
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