小么熊🐻 il y a 2 ans
Parent
commit
ac154dfbfd

+ 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>