@@ -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' => '']
);
}