Explorar el Código

项目任务管理排序

wanghui hace 7 años
padre
commit
61a5ab4a5b

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