trick9191 8 anos atrás
pai
commit
7572c89019

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

@ -4433,7 +4433,7 @@ public class StatisticsService extends BaseService {
        if(lowlevel==null){
            lowlevel=(level-1)+"";
        }
        result.put("resultList", getCoutList(Integer.valueOf(lowlevel),rely, total, onRely));
        result.put("resultList", getCoutList(level,rely, total, onRely));
        return result;
    }