change 3 سال پیش
والد
کامیت
b402c25df1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeMapper.xml

@@ -242,7 +242,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             AND s.goods_id =#{goodsId}
             ) >0
         </if>
-        order by g.update_time desc
+        order by g.create_time desc
     </select>
 
     <select id="queryGoodsList" parameterType="Long" resultMap="GoodsResultVo">