@@ -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," +