整体bug修改。

This commit is contained in:
Orangeeee
2026-09-23 17:15:58 +08:00
parent 5871afc9aa
commit 483cc9cf28
6 changed files with 53 additions and 23 deletions
@@ -20,7 +20,6 @@ def add_class_dao(c,db):
db.refresh(c1)
return True
#更新班级信息
def update_class_dao(cid,update_data,db):
try: