소스 검색

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

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

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