| | |
| | | } |
| | | article.setPropertyFlag(1); |
| | | } |
| | | if (userRole.contains("jdgly")) { |
| | | if (userRole.contains("jdgly") || userRole.contains("sqgly")) { |
| | | IDistrictService districtService = SpringUtils.getBean(IDistrictService.class); |
| | | List<String> regionChildCodesList = SysCache.getRegionChildCodesByDeptId(AuthUtil.getDeptId(),null); |
| | | List<DistrictEntity> list = districtService.list(Wrappers.<DistrictEntity>lambdaQuery().in(DistrictEntity::getCommunityCode, regionChildCodesList)); |
| | |
| | | |
| | | /** |
| | | * 文章信息更新 |
| | | * |
| | | * @param objectUpdateWrapper |
| | | * @param id |
| | | * @param houseCode |
| | |
| | | |
| | | /** |
| | | * 查询所有文章数据 |
| | | * |
| | | * @return |
| | | */ |
| | | @Override |
| | |
| | | |
| | | /** |
| | | * 查询所有文章数据总数 |
| | | * |
| | | * @return |
| | | */ |
| | | @Override |