chenweida %!s(int64=8) %!d(string=hai) anos
pai
achega
291b23ded6

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/statistics/StatisticsService.java

@ -287,7 +287,7 @@ public class StatisticsService extends BaseService {
            sql+=" and level2_type = '"+level2_type+"'";
        }
        sql+=   " group by " + lowLevelField ;//+ "," + lowLevelName;
        sql+=   " group by " + lowLevelField ;//+ "," + lowLevelName;更具名称group by会有问题
        if (sort == 1) {
            sql += " order by amount desc";