|
@@ -465,7 +465,7 @@ class StoreOrderController
|
|
|
->where('a.is_del', 0)
|
|
|
->where('a.full_reduction', '<=', $order_info['total_price'])
|
|
|
->sum('b.coupon_price');
|
|
|
-
|
|
|
+ StoreOrder::checkOrderOver($order_info['id']);
|
|
|
return app('json')->successful(['gain_integral' => $gain_integral, 'gain_coupon' => $gain_coupon]);
|
|
|
} else
|
|
|
return app('json')->fail(StoreOrder::getErrorInfo());
|