yangdamao 2 dni temu
rodzic
commit
6ce202f197

+ 1 - 0
zhongzheng-system/src/main/resources/mapper/modules/order/OrderMapper.xml

@@ -1260,6 +1260,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="majorName != null and majorName != ''">
         <if test="majorName != null and majorName != ''">
             AND m.category_name = #{majorName}
             AND m.category_name = #{majorName}
         </if>
         </if>
+        ORDER BY og.create_time DESC
     </select>
     </select>
     <select id="getOrderSnByXY" parameterType="com.zhongzheng.modules.order.vo.UserStudyConditionVo" resultType="java.lang.String">
     <select id="getOrderSnByXY" parameterType="com.zhongzheng.modules.order.vo.UserStudyConditionVo" resultType="java.lang.String">
         SELECT
         SELECT