cqpCow hai 1 ano
pai
achega
9cb1233418
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
             }