Browse Source

大屏Bug2

zgg 1 năm trước cách đây
mục cha
commit
831ff490b5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)