Przeglądaj źródła

星科源 大版本修改

cqp 1 dzień temu
rodzic
commit
03a0190a7d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Jobs/ProcessDataJob.php

+ 1 - 1
app/Jobs/ProcessDataJob.php

@@ -167,7 +167,7 @@ class ProcessDataJob implements ShouldQueue
                 // 更新状态为 通过状态
                 U8State::updateOrCreate(
                     ['order_number' => $record['order_number'], 'login_type' => $record['login_type'], 'type' => $record['type']],
-                    ['state' => U8State::state_one, 'msg' => '']
+                    ['state' => U8State::state_one, 'result' => '']
                 );
             }