2 커밋 e15b00f2a2 ... bfdfe9106f

작성자 SHA1 메시지 날짜
  unknown bfdfe9106f 报工优化 1 일 전
  unknown 9d60a37459 报工优化 1 일 전
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      application/api/controller/ReportingWork.php

+ 3 - 3
application/api/controller/ReportingWork.php

@@ -223,9 +223,9 @@ class ReportingWork extends Api
             if (empty($item['process_name'])) {
                 $this->error('第' . $rowNo . '条工艺名称不能为空');
             }
-            if (!isset($item['standard_hour']) || $item['standard_hour'] === '') {
-                $this->error('第' . $rowNo . '条标准工时不能为空');
-            }
+            // if (!isset($item['standard_hour']) || $item['standard_hour'] === '') {
+            //     $this->error('第' . $rowNo . '条标准工时不能为空');
+            // }
             if (!isset($item['standard_score']) || $item['standard_score'] === '') {
                 $this->error('第' . $rowNo . '条标准工分不能为空');
             }