Browse Source

Merge branch 'dev' of chenweida/patient-co-management into dev

chenweida 8 years ago
parent
commit
2d06449b40

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

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