qiuenguang 1 жил өмнө
parent
commit
8605833c9c

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

@@ -1241,6 +1241,7 @@ class Facility extends Api
             ->where('开工时间',$param['start'])
             ->where('设备编号',$param['machine'])
             ->where('sys_rq','>',$param['start'])
+            ->where('工单编号',$machineDetail['工单编号'])
             ->field('rtrim(类别) as 类别,提交时间')
             ->select();
         $data['首件'] = $data['自检'] = $data['IPQC'] = [];