Commit 0aa1637a by 兰国旗

laolan

parent cde66511
......@@ -65,9 +65,9 @@ class RegCenterOrderService extends ServiceBase {
probability: actionBody.probability || "",
notes: actionBody.notes || ""
}
if (nobj.channelTypeCode == 7 || nobj.channelTypeCode == 5) {
nobj.province = nobj.city, nobj.city = "";
}
// if (nobj.channelTypeCode == 7 || nobj.channelTypeCode == 5) {
// nobj.province = nobj.city, nobj.city = "";
// }
var needInfo = await this.dao.create(nobj);
return system.getResultSuccess(needInfo);
}
......
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