Commit cd281aad by 王昆

gsb

parent 1d9547aa
......@@ -116,6 +116,7 @@ class BusinessscopeService extends ServiceBase {
bsc.businessType = this.trim(params.businesssType);
bsc.businessscope = this.trim(params.businessscope);
bsc.isEnabled = params.isEnabled == 1 ? true : false;
bsc.isEnabled = 1;
if(bsc.id) {
bsc = await bsc.save();
......
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