diff --git a/webapp/controller/RechargeController.class.php b/webapp/controller/RechargeController.class.php index fa9dd16..d0f8f21 100644 --- a/webapp/controller/RechargeController.class.php +++ b/webapp/controller/RechargeController.class.php @@ -818,7 +818,7 @@ class RechargeController return; } - if (phpcommon\getdayseconds($val['daily_time']) < phpcommon\getdayseconds($nowTime)) { + if (phpcommon\getdayseconds($val['daily_time']) >= phpcommon\getdayseconds($nowTime)) { phpcommon\sendError(ERR_USER_BASE + 1, '月卡奖励已领'); return; }