瀏覽代碼

成绩BUG

小么熊🐻 2 年之前
父節點
當前提交
ac154dfbfd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      nbjk-service/src/main/resources/mapper/score/ScoreInfoMapper.xml

+ 1 - 0
nbjk-service/src/main/resources/mapper/score/ScoreInfoMapper.xml

@@ -26,6 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="kskm != null  and kskm != ''"> and kskm = #{kskm}</if>
             <if test="score != null "> and score = #{score}</if>
         </where>
+        order by id desc
     </select>