trick9191 8 년 전
부모
커밋
bd70a1b7bb
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/statistics/StatisticsAllService.java

+ 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);
            }