From 8762a3dc212cd50061425fdf25f52924f56e2c87 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sun, 22 Sep 2024 13:56:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E8=B4=A1=E7=8C=AE=E7=82=B9?= =?UTF-8?q?=E4=BA=A7=E7=94=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/models/Contribution.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapp/models/Contribution.php b/webapp/models/Contribution.php index 964d2d13..7bd3f164 100644 --- a/webapp/models/Contribution.php +++ b/webapp/models/Contribution.php @@ -23,6 +23,7 @@ class Contribution extends BaseModel } public static function add($point){ + return; SqlHelper::upsert( myself()->_getSelfMysql(), 't_contribution', @@ -48,6 +49,7 @@ class Contribution extends BaseModel } public static function addHistory($gold,$point,$controller,$action){ + return; SqlHelper::insert( myself()->_getSelfMysql(), 't_contribution_history', @@ -64,4 +66,4 @@ class Contribution extends BaseModel } -} \ No newline at end of file +}