소스 검색

任务趋势图增加排序

yuejiaying 4 년 전
부모
커밋
d3dc410b81
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      operation_manager/src/main/resources/mapper/task/PlanManageMapper.xml

+ 1 - 0
operation_manager/src/main/resources/mapper/task/PlanManageMapper.xml

@@ -722,6 +722,7 @@
     <if test="statsType == 1">
       where tab1.dateCreate &lt;=date_format(now(),'%Y-%m')
     </if>
+    order by tab1.dateCreate
   </select>
 
   <select id="selectTaskDuration" resultMap="BaseResultMap" >