Explorar el Código

数据排程展示优化

unknown hace 3 meses
padre
commit
cf7e4dbe65
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/api/controller/Manufacture.php

+ 1 - 1
application/api/controller/Manufacture.php

@@ -737,7 +737,7 @@ class Manufacture extends Api
                 'a.gd_statu' => '2-生产中'
             ])
             ->where('b.Gy0_sj1','<','2099-01-01 00:00:00')
-            ->group('a.Gd_gdbh,c.sczl_gxh')
+            ->group('工单编号,yjno,gxh')
             ->select();
         foreach ($list as $key=>$value){
             $list[$key]['计划接货数'] = (int)round($value['计划接货数']);