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;
             }