unknown 3 сар өмнө
parent
commit
9ee8f9f620

+ 0 - 1
application/api/controller/GluingReport.php

@@ -28,7 +28,6 @@ class GluingReport extends Api
             ->distinct(true)
             ->where('使用部门','in',$sist)
             ->where('设备编组','<>','')
-            ->where('sys_sbID','<>','')
             ->order('设备编组')
             ->column('rtrim(使用部门) as 使用部门');
         if (empty($department)){