瀏覽代碼

当前生产订单

qiuenguang 1 年之前
父節點
當前提交
87af004a96
共有 2 個文件被更改,包括 2 次插入1 次删除
  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('未找到');