fyz hai 9 meses
pai
achega
30dbc42d9d

+ 2 - 1
mjava-lanyun/src/main/java/com/malk/lanyun/service/impl/TimerServiceImpl.java

@@ -348,7 +348,8 @@ public class TimerServiceImpl implements TimerService {
                     "FROM " +
                     " lanyun_project_analysis  " +
                     "GROUP BY " +
-                    " `month`";
+                    " `month`" +
+                    " order by `month` DESC";
             sql[1]= "SELECT " +
                     " '合计' as `month` , " +
                     " sum( predict_income ) predict_income," +