|
|
|
|
@ -207,7 +207,7 @@ class OrdersController extends CommonController
|
|
|
|
|
$order = $order->refreshTotal();
|
|
|
|
|
$order->balance = $order->customer->balance;
|
|
|
|
|
// todo::暂时强制设置屏蔽签章
|
|
|
|
|
$order->orderAgreements = [];
|
|
|
|
|
$order->orderAgreements = ['a'=>'a'];
|
|
|
|
|
}
|
|
|
|
|
return response()->json($data->toArray());
|
|
|
|
|
}
|
|
|
|
|
|