Commit c863cf57 by 王昆

gsb

parent 94bd6f49
...@@ -113,7 +113,7 @@ class BusinessscopeService extends ServiceBase { ...@@ -113,7 +113,7 @@ class BusinessscopeService extends ServiceBase {
bsc = {domicile_id: domicileId}; bsc = {domicile_id: domicileId};
} }
bsc.businessType = this.trim(params.businessType); bsc.businessType = this.trim(params.businesssType);
bsc.businessscope = this.trim(params.businessscope); bsc.businessscope = this.trim(params.businessscope);
bsc.isEnabled = params.isEnabled == 1 ? true : false; bsc.isEnabled = params.isEnabled == 1 ? true : false;
......
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