@ -167,4 +167,5 @@ INSERT INTO `tb_teacher_course` VALUES ('200710', 'S1-103', 2);
INSERT INTO `tb_teacher_course` VALUES ('200710', 'S2-303', 1);
INSERT INTO `tb_teacher_course` VALUES ('200901', 'S2-302', 1);
SET FOREIGN_KEY_CHECKS = 1;
@ -54,6 +54,7 @@ class menu:
self.root.mainloop()
# 账号查询区域
class mgrQuery:
def __init__(self, frame, managerNum):
@ -8,6 +8,7 @@ WINDOW_SIZE = '800x500+200+100'
TEXT_INDENT = 60
TEXT_LINE_SPACE = 30
class menu:
def __init__(self, StudentNum):
self.studentNum = StudentNum
@ -266,6 +266,7 @@ class tcGrade:
result = cursor.fetchall()
db.close()
return result
def get_class_student(self, courseID, courseNum):
db = connect()