cqpCow 1 년 전
부모
커밋
9cb1233418
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Service/CheckService.php

+ 1 - 1
app/Service/CheckService.php

@@ -618,7 +618,7 @@ class CheckService extends Service
 
         if($data['type'] == self::TYPE_ONE){
             $state = SalesOrder::State_three;
-            if($model->model_type != SalesOrder::Model_type_four){
+            if($model->model_type == SalesOrder::Model_type_four){
                 //线上订单
                 $state = SalesOrder::State_two;
             }