Browse Source

项目任务管理排序

wanghui 7 years ago
parent
commit
61a5ab4a5b
1 changed files with 1 additions and 0 deletions
  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">