|
|
@@ -381,7 +381,7 @@ public class LsAdminServiceImpl extends BaseServiceImpl<LsAdminMapper, LsAdmin> |
|
|
|
if (!areaList.contains(areaInfo) && areaInfo.getLevel() < 5) { |
|
|
|
areaList.add(areaInfo); |
|
|
|
cityVoList.add(countQuestion(areaInfo, map)); |
|
|
|
} else if (areaInfo.getLevel() > 4) { |
|
|
|
} else if (areaInfo.getLevel() >= 4) { |
|
|
|
cityVoList = getCityParentList(adminInfo.getDriverArea(), cityVoList); |
|
|
|
} |
|
|
|
} else if (auth.getAuthData().equals(2)) { |
|
|
@@ -390,7 +390,7 @@ public class LsAdminServiceImpl extends BaseServiceImpl<LsAdminMapper, LsAdmin> |
|
|
|
if (!areaList.contains(areaInfo) && areaInfo.getLevel() < 5) { |
|
|
|
areaList.add(areaInfo); |
|
|
|
cityVoList.add(countQuestion(areaInfo, map)); |
|
|
|
} else if (areaInfo.getLevel() > 4) { |
|
|
|
} else if (areaInfo.getLevel() >= 4) { |
|
|
|
cityVoList = getCityParentList(adminInfo.getDriverArea(), cityVoList); |
|
|
|
} |
|
|
|
//用户子级区划 |
|
|
@@ -424,7 +424,7 @@ public class LsAdminServiceImpl extends BaseServiceImpl<LsAdminMapper, LsAdmin> |
|
|
|
cityVoList.remove(cityVo); |
|
|
|
} |
|
|
|
cityVoList.add(countQuestion(areaInfo, map)); |
|
|
|
} else if (areaInfo.getLevel() > 4) { |
|
|
|
} else if (areaInfo.getLevel() >= 4) { |
|
|
|
cityVoList = getCityParentList(areaId, cityVoList); |
|
|
|
} |
|
|
|
} |