|
@@ -539,7 +539,8 @@ class WholeController extends Curd
|
|
|
$data = [
|
|
|
'order_amount_pay'=>$params['order_amount_pay'],
|
|
|
'order_amount_total'=>$params['order_amount_total'],
|
|
|
- 'order_config_json' => json_encode($orderConfigJson)
|
|
|
+ 'order_config_json' => json_encode($orderConfigJson),
|
|
|
+ 'order_remark' => $params['order_remark'] ?? ''
|
|
|
];
|
|
|
Order::where('order_id', $params['order_id'])->update($data);
|
|
|
} catch (\Exception $e) {
|