@@ -223,6 +223,7 @@ class QueryRefund extends Command
}
$work->service_status = 5;
$work->work_status = 9;
+ $work->user_confirm_status = 5;
$work->save();