| | |
| | | |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springblade.modules.property.entity.PropertyCompanyEntity; |
| | | import org.springblade.modules.property.vo.PropertyCompanyDetailVO; |
| | | import org.springblade.modules.property.vo.PropertyCompanyVO; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.springblade.modules.property.vo.PropertyDistrictInfo; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | |
| | | * @return |
| | | */ |
| | | List<Map<Long,String>> getUserByPropertyCompany(@Param("propertyCompany") PropertyCompanyVO propertyCompany); |
| | | |
| | | /** |
| | | * 查询对应的机构id集合 |
| | | * @param toIntList |
| | | * @return |
| | | */ |
| | | List<Long> getDeptListByCompanyId(@Param("list") List<Integer> toIntList); |
| | | |
| | | PropertyCompanyVO getUserCompayDistrict(String houseCode); |
| | | |
| | | /** |
| | | * 物业公司 自定义详情查询 |
| | | * @param propertyCompany |
| | | * @return |
| | | */ |
| | | PropertyCompanyDetailVO getDetail(@Param("propertyCompany") PropertyCompanyVO propertyCompany); |
| | | |
| | | PropertyDistrictInfo getPropertyDistrictInfo(@Param("info") PropertyDistrictInfo propertyDistrictInfo); |
| | | |
| | | PropertyCompanyDetailVO getDetailVO(@Param("propertyCompany")PropertyCompanyVO propertyCompany); |
| | | } |