Commit 4b9cca44 by 兰国旗

laolan

parent e8d5b87f
...@@ -181,7 +181,7 @@ class RegCenterOrderService extends AppServiceBase { ...@@ -181,7 +181,7 @@ class RegCenterOrderService extends AppServiceBase {
pobj.publishMobile = pobj.phone pobj.publishMobile = pobj.phone
pobj.channelTypeCode = pobj.consultType; pobj.channelTypeCode = pobj.consultType;
if (pobj[i].area) { if (pobj[i].area) {
pobj[i].area = regCfg.baiduArea[pobj.area] pobj[i].area = regCfg.baiduArea[pobj[i].area]
} }
pobj[i].province = pobj[i].area; pobj[i].province = pobj[i].area;
}else { }else {
......
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