Ver código fonte

各项目经营分析和低利润项目sql bug修复

fyz 11 meses atrás
pai
commit
6de077d224

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

@@ -474,7 +474,6 @@ public class TimerServiceImpl implements TimerService {
                     sql[2] = sql[2] + " AND `" + k +"` = \"" + v +"\"" ;
                 }
             });
-            sql[1] = sql[1] +  " GROUP BY `month` ";
             sql[0] = sql[0] +  "  order by `month` DESC LIMIT " + pageStart + "," + pageSize;
             log.info("sql[0]:{}",sql[0]);
             log.info("sql[2]:{}",sql[2]);