cqpCow 10 달 전
부모
커밋
346ded4773
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/Service/ConstructionService.php

+ 0 - 1
app/Service/ConstructionService.php

@@ -1138,7 +1138,6 @@ class ConstructionService extends Service
             ->first();
         if(empty($order)) return [false,'施工单不存在或已被删除,操作失败'];
         $order = $order->toArray();
-        if($order['state'] != Construction::STATE_TWO) return [false, '请确认施工单单据状态,操作失败'];
 
         if($data['type'] == 1){
             if($order['state'] != Construction::STATE_TWO) return [false, '请确认施工单单据状态,操作完结失败'];