Browse Source

申诉记录按照时间倒序排列

songxinlu 3 năm trước cách đây
mục cha
commit
db6e3411d6

+ 2 - 0
dblayer-mbg/src/main/resources/mapperdb2/AppealInfoMapper.xml

@@ -90,5 +90,7 @@
         <if test="getAppealInfoVO.appealExplain != null and getAppealInfoVO.appealExplain != '' ">
             AND mai.appeal_explain = #{getAppealInfoVO.appealExplain}
         </if>
+        ORDER BY
+        mai.gmt_create DESC
     </select>
 </mapper>