소스 검색

当前生产工单

qiuenguang 1 년 전
부모
커밋
312cd46c43
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      application/api/controller/Facility.php

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

@@ -1616,9 +1616,6 @@ class Facility extends Api
         if (!isset($params['machine']) || empty($params['machine'] )) {
             $this->error('参数不能为空');
         }
-        if (!isset($params['order']) || empty($params['order'])){
-            $this->error('工单编号不能为空');
-        }
         if (empty($params['team_id']) || empty($params['sczl_bzdh'])){
             $this->error('请先选择班组成员');
         }