v0.6测试
This commit is contained in:
@@ -77,6 +77,9 @@ class AttendanceService:
|
||||
related_id=attendance_id
|
||||
)
|
||||
|
||||
# 更新学生总分
|
||||
await StudentModel.update_total_points(student_id, points_change)
|
||||
|
||||
# 标记已应用扣分
|
||||
await AttendanceModel.mark_deduction_applied(attendance_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user