瀏覽代碼

FIX 用户消耗次数

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