From 42e13c9a24d1fef64beaa1cfa6af739b893725bf Mon Sep 17 00:00:00 2001 From: yangduo Date: Tue, 14 Jan 2025 16:35:20 +0800 Subject: [PATCH] fix --- webapp/controller/RechargeController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }