|
@@ -218,7 +218,7 @@ public class CommunityServiceImpl implements CommunityService {
|
|
|
List<BuildingSelectDto> buildingSelectDtoArrayList = newArrayList();
|
|
|
|
|
|
List<CommunityDto> communityList =newArrayList();
|
|
|
- communityList = communityMapper.findByCustomerId(loginUser.getCustomerId());
|
|
|
+ communityList = communityMapper.findBySiteId(loginUser.getSiteId(),null);
|
|
|
|
|
|
|
|
|
if (communityList != null && communityList.size() > 0) {
|