src/main/java/org/springblade/modules/property/service/impl/PropertyCapitalApplyServiceImpl.java
@@ -69,7 +69,7 @@ // 判断角色,物业角色只能查询当前小区的 String userRole = AuthUtil.getUserRole(); if (userRole.equals("wygly")) { if (userRole.contains("wygly")) { IPropertyDistrictUserService bean = SpringUtils.getBean(IPropertyDistrictUserService.class); List<String> strings = bean.selectPropertyDistrictByUserId(AuthUtil.getUserId()); propertyCapitalApply.setDistrictIdList(strings);