소스 검색

服务首页项目时间排序

liliang4869 7 년 전
부모
커밋
54cac5dde8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/goafanti/common/mapper/JtBusinessProjectMapper.xml

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