This commit is contained in:
aaron 2025-02-08 00:23:47 +09:00
parent 0005967a13
commit 84b6c50aeb

View File

@ -48,7 +48,7 @@ async def get_point_records(
db: Session = Depends(get_db),
current_user: UserDB = Depends(get_current_user)
):
"""获取积分明细"""
"""积分明细"""
# 获取总记录数
total = db.query(PointRecordDB).filter(
PointRecordDB.user_id == current_user.userid