master
cody 6 months ago
parent 91ad235103
commit 7f3447fced

@ -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());
}

Loading…
Cancel
Save