Commit 50991365 by yangyang

考试调整提交

parent fc7da8e2
......@@ -27,7 +27,7 @@ public interface ScoreMapper {
IPage<Score> findById(Page<?> page,@Param("studentId") String studentId);
// 不分页
@Select("select scoreId,examCode,studentId,subject,ptScore,etScore,score,answerDate from score where studentId = #{studentId} ORDER BY STR_TO_DATE(answerDate, '%Y-%m-%d') DESC")
@Select("select scoreId,examCode,studentId,subject,ptScore,etScore,score,answerDate from score where studentId = #{studentId} ORDER BY answerDate desc")
List<Score> findById(String studentId);
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment