Browse Source

当前生产订单

qiuenguang 1 year ago
parent
commit
87af004a96
2 changed files with 2 additions and 1 deletions
  1. 1 0
      application/api/controller/Course.php
  2. 1 1
      application/api/controller/Facility.php

+ 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('未找到');