diff --git a/app/common/logic/UserSignLogic.php b/app/common/logic/UserSignLogic.php index 2afcfac8c..91a55b93e 100644 --- a/app/common/logic/UserSignLogic.php +++ b/app/common/logic/UserSignLogic.php @@ -44,8 +44,8 @@ class UserSignLogic extends BaseLogic if ($order['source'] == 0) { //冻结礼品券 if ($order['pay_price'] >= 500) { - $write = self::write($order, $total_vip, 0, 0, 4); - self::write_log($write, $total_vip, 1, 0, 1); + $write = self::write($order, $total_vip, 1, 0, 4); + self::write_log($write, $total_vip, 1, 1, 1); } } else { //不冻结礼品券