This commit is contained in:
mkm 2023-08-23 17:12:14 +08:00
parent 413166a7e4
commit beb27ccc99

View File

@ -42,7 +42,7 @@ class TaskInformationJob
$shang_date_total_price = App(RemoteController::class)->shang_date_total_price($company);
if ($shang_date_total_price == false) {
Log::info('任务结算失败,交易金额未达到要求:' . json_encode($data));
Task::where('id', $data['task_id'])->update(['status' => 5,'extend'=>json_encode($shang_date_total_price)]);
Task::where('id', $data['task_id'])->update(['status' => 5,'extend'=>json_encode(['transaction'=>$shang_date_total_price])]);
return false;
}
$name = $shang_date_total_price['name'];