he2802 преди 3 години
родител
ревизия
528161baab
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      zhongzheng-system/src/main/resources/mapper/modules/user/UserExamGoodsMapper.xml

+ 1 - 0
zhongzheng-system/src/main/resources/mapper/modules/user/UserExamGoodsMapper.xml

@@ -82,6 +82,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="goodsId != null and goodsId != '' ">
             and ueg.goods_id = #{goodsId}
         </if>
+        ORDER BY ueg.create_time DESC
     </select>
 
     <select id="getUserExam" parameterType="map" resultMap="UserExamGoodsSupplementVo">