@@ -566,6 +566,7 @@ class EnshrineService extends BaseService
if ($total > 0) {
if ($memberInfo->coupon < $total) {
+ \DB::rollBack();
return message("账户花灯券不足,请先充值", false, [], 10003);
}