Commit 0e6dd3eb by 王栋源

wdy

parent df52d3f4
...@@ -84,6 +84,10 @@ class NeedinfoService extends ServiceBase { ...@@ -84,6 +84,10 @@ class NeedinfoService extends ServiceBase {
channelTypeName: actionBody.channel_type_name, channelTypeName: actionBody.channel_type_name,
status: "wts" status: "wts"
} }
if(nobj.channelTypeCode==7||nobj.channelTypeCode==6){
nobj.province=nobj.city,
nobj.city="";
}
await this.dao.create(nobj); await this.dao.create(nobj);
return system.getResultSuccess(); return system.getResultSuccess();
} }
......
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