trick9191 8 年之前
父节点
当前提交
bd70a1b7bb

+ 3 - 3
patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/statistics/StatisticsAllService.java

@ -538,7 +538,7 @@ public class StatisticsAllService extends BaseService {
                }
            }
            if((level==4&&"1".equals(lowLevel))||(level==2)){
            if((level==4&&"1".equals(lowLevel))||(level==2)||(level==3&&"1".equals(lowLevel))){
                translateTeamLeaderName(resultList);
            }
@ -725,7 +725,7 @@ public class StatisticsAllService extends BaseService {
                }
            }
            if((level==4&&"1".equals(lowLevel))||(level==2)){
            if((level==4&&"1".equals(lowLevel))||(level==2)||(level==3&&"1".equals(lowLevel))){
                translateTeamLeaderName(resultList);
            }
@ -2805,7 +2805,7 @@ public class StatisticsAllService extends BaseService {
                    }
                }
            }
            if((level==4&&"1".equals(lowLevel))||(level==2)){
            if((level==4&&"1".equals(lowLevel))||(level==2)||(level==3&&"1".equals(lowLevel))){
                translateTeamLeaderName(resultList);
            }