|
@@ -231,6 +231,8 @@ class QueryRefund extends Command
|
|
|
'surplus_profit_amount' => Db::raw('surplus_profit_amount-'.$property_commission['commission_amount'])
|
|
'surplus_profit_amount' => Db::raw('surplus_profit_amount-'.$property_commission['commission_amount'])
|
|
|
]);
|
|
]);
|
|
|
}
|
|
}
|
|
|
|
|
+ }else{
|
|
|
|
|
+ Log::channel('re_fund')->info('工单ID'.$order->work_id.'数据'.json_encode($work,JSON_UNESCAPED_UNICODE));
|
|
|
}
|
|
}
|
|
|
$work->refund_approval = 2;
|
|
$work->refund_approval = 2;
|
|
|
$work->service_status = 5;
|
|
$work->service_status = 5;
|