Просмотр исходного кода

服务首页项目时间排序

liliang4869 лет назад: 7
Родитель
Сommit
54cac5dde8

+ 1 - 0
src/main/java/com/goafanti/common/mapper/JtBusinessProjectMapper.xml

@@ -499,6 +499,7 @@
   	where 
   	category_id=#{0}
   	limit #{1}
+  	order by create_time
   </select>
   
   <select id="findJtBusinessProjectByPage" resultType="com.goafanti.common.model.JtBusinessProject">