Browse Source

大屏Bug2

zgg 2 months ago
parent
commit
831ff490b5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/api/controller/screen/Popup.php

+ 1 - 0
application/api/controller/screen/Popup.php

@@ -68,6 +68,7 @@ class Popup extends Index
             $map[] = ['del','=',0];
             $lists = Db::name('orders')
                 ->where($map)
+                ->where('dep_id','<>',0)
                 ->field('count(*) as count,dep_id')
                 ->group('dep_id')
                 ->distinct(true)