Sfoglia il codice sorgente

Merge remote-tracking branch 'origin/master'

guoyujia 10 mesi fa
parent
commit
725c921b50

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

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