Przeglądaj źródła

商品更新下架

change 3 lat temu
rodzic
commit
5b6b45554e

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/course/CourseMapper.xml

@@ -426,7 +426,7 @@
         <if test="userId != null and userId != ''">
             and o.user_id = #{userId}
         </if>
-        order by o.pay_time desc
+        order by o.create_time desc
     </select>
     <select id="courseList" parameterType="com.zhongzheng.modules.course.bo.CourseQueryBo"  resultMap="CourseUserVo">
         SELECT