Commit ddbfc10d by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents 62106e7b 747798dc
...@@ -57,7 +57,8 @@ class Order extends APIBase { ...@@ -57,7 +57,8 @@ class Order extends APIBase {
return self.getResultFail("直接下单consultType不能为空"); return self.getResultFail("直接下单consultType不能为空");
} }
if (pobj.area) { if (pobj.area) {
pobj.area = regCfg.baiduArea[pobj.area] // pobj.area = regCfg.baiduArea[pobj.area]
pobj.area = pobj.area
} }
pobj.status = 1; pobj.status = 1;
pobj.action_type = "regOrderStatus"; pobj.action_type = "regOrderStatus";
......
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