|
|
@ -419,6 +419,7 @@ public class PropertyServiceImpl implements PropertyService { |
|
|
|
@Override |
|
|
|
public Result<List<GroupBySectionResultDTO>> listBySection(TokenDto userDetail, GroupBySectionFormDTO formDto) { |
|
|
|
formDto.setUserId(userDetail.getUserId()); |
|
|
|
formDto.setGridId(userDetail.getGridId()); |
|
|
|
return propertyFeignClient.listBySection(formDto); |
|
|
|
} |
|
|
|
} |
|
|
|