Commit 65f99254 by 兰国旗

laolan

parent 747798dc
...@@ -57,8 +57,7 @@ class Order extends APIBase { ...@@ -57,8 +57,7 @@ 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