From 69c99cf1f5f4496d17670a9debf7c30f700a426f Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 10 Apr 2025 11:11:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/points_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/points_db.py b/db/points_db.py index 0139963..50246eb 100644 --- a/db/points_db.py +++ b/db/points_db.py @@ -244,7 +244,7 @@ class PointsDBOperator(BaseDBOperator): self.execute_update(""" UPDATE t_sign_record SET points = points + %s - WHERE wx_id = %s AND group__id = %s + WHERE wx_id = %s AND group_id = %s """, (points, user_id, group_id)) elif source == PointSource.GAME: self.execute_update("""