Browse Source

课堂模块优化

tags/正式3.2.0
雍文秀 2 years ago
parent
commit
c9da5b8cf6

+ 0
- 3
sclass/src/main/java/com/xhkjedu/sclass/mapper/classroom/ClassroomPaperStudentMapper.java View File

13
     //获取考试学生信息
13
     //获取考试学生信息
14
     TClassroomPaperStudent findById(Integer psid);
14
     TClassroomPaperStudent findById(Integer psid);
15
 
15
 
16
-    //更新用户考试批改状态
17
-    void updateState(int pschecked, Integer psid);
18
-
19
     //更新用户得分
16
     //更新用户得分
20
     void updateScantronStuScore(Integer psid);
17
     void updateScantronStuScore(Integer psid);
21
 
18
 

Loading…
Cancel
Save