Kaynağa Gözat

当前生产订单

qiuenguang 1 yıl önce
ebeveyn
işleme
87af004a96

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

@@ -0,0 +1 @@
+<?php

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

@@ -268,7 +268,7 @@ class Facility extends Api
         }
         $endTime = \db('工单_工艺资料')
             ->where('UniqId',$data['任务ID'])
-            ->where('Gy0_sj1','>','1900-01-01 00:00:00')
+//            ->where('Gy0_sj1','>','1900-01-01 00:00:00')
             ->find();
         if (empty($endTime)){
             $this->error('未找到');