소스 검색

项目任务管理排序

wanghui 8 년 전
부모
커밋
61a5ab4a5b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/goafanti/common/mapper/TechProjectMapper.xml

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

@@ -788,6 +788,7 @@
 		<if test="page_sql != null">
 			${page_sql}
 		</if>
+			order by a.task_distribution_time desc
   </select>
   
   <select id="selectProjectTaskCount" resultType="java.lang.Integer">