From ac98faf2c0855c2fcb785e0acb91c5feef3d2c95 Mon Sep 17 00:00:00 2001 From: yangduo Date: Thu, 16 Jan 2025 14:39:19 +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 ab2089d..59a78b8 100644 --- a/webapp/controller/RechargeController.class.php +++ b/webapp/controller/RechargeController.class.php @@ -374,7 +374,7 @@ class RechargeController } $ret = $conn->execScript( - 'UPDATE recharge SET adfree=adfree-1 WHERE accountid=:accountid;', + 'UPDATE recharge SET adfree=adfree-1, modify_time=:modify_time WHERE accountid=:accountid;', array( ':accountid' => $account_id, ':modify_time' => time(),