Commit 23b297b2 by 孙亚楠

dd

parent de5deefa
...@@ -134,6 +134,9 @@ class BusinessscopeService extends ServiceBase { ...@@ -134,6 +134,9 @@ class BusinessscopeService extends ServiceBase {
if (params.domicileId) { if (params.domicileId) {
where.domicile_id = params.domicileId; where.domicile_id = params.domicileId;
} }
if (params.isEnabled) {
where.isEnabled = params.isEnabled || 1;
}
var orderby = [ var orderby = [
["id", 'desc'] ["id", 'desc']
......
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