调整代码

This commit is contained in:
liuwei
2025-04-10 11:11:59 +08:00
parent 40b11c045f
commit 69c99cf1f5

View File

@@ -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("""