Explorar o código

项目进度日志列表排序方式修改

anderx hai 1 ano
pai
achega
8ca2b7d030

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

@@ -1153,6 +1153,7 @@ create_time = values(create_time)
         id,tdid,aid,aname,create_time createTime
     from task_details_log
     where tdid = #{id}
+    order by create_time desc
     </select>
 
 </mapper>