|
@@ -71,5 +71,7 @@ public interface TEExamMapper extends BaseMapper<TEExam> {
|
|
|
|
|
|
public void updateScoreStatus(@Param("scoreStatus") ScoreStatusEnum scoreStatus,@Param("examId") Long examId);
|
|
|
|
|
|
+ public void updateScoreProgress(@Param("progress") Double progress,@Param("examId") Long examId);
|
|
|
+
|
|
|
public IPage<OpenExamBean> examQueryForOpen(IPage<OpenExamBean> iPage, @Param("id") Long id, @Param("code") String code);
|
|
|
}
|