ezhizao_zx 10 달 전
부모
커밋
6171844d54
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mybatis/business/processCompletion/CompleteStatisticsMapper.xml

+ 1 - 1
src/main/resources/mybatis/business/processCompletion/CompleteStatisticsMapper.xml

@@ -14,7 +14,7 @@
             deleted = 0
             <if test="year != null  and year != ''"> AND year = #{year}</if>
         </trim>
-        group by year,month
+        group by year,month desc
         order by year,month
     </select>