|
|
@ -30,7 +30,7 @@ import java.util.List; |
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
/** |
|
|
|
* 人口信息表 |
|
|
|
* 人口信息表 |
|
|
|
* |
|
|
|
* @author qu qu@elink-cn.com |
|
|
|
* @since v1.0.0 2020-08-19 |
|
|
@ -97,7 +97,7 @@ public interface PopulationInformationService extends BaseService<PopulationInfo |
|
|
|
*/ |
|
|
|
void delete(String[] ids); |
|
|
|
/** |
|
|
|
* @Description 根据房屋ID获取户主信息 |
|
|
|
* @Description 根据房屋ID获取户主信息 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/8/21 |
|
|
|
* @Param [id] |
|
|
@ -121,7 +121,7 @@ public interface PopulationInformationService extends BaseService<PopulationInfo |
|
|
|
**/ |
|
|
|
PageData<PopulationInformationDTO> listPage(Map<String, Object> params); |
|
|
|
/** |
|
|
|
* @Description 获取机动车列表信息 |
|
|
|
* @Description 获取机动车列表信息 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/8/26 |
|
|
|
* @Param [params] |
|
|
@ -138,7 +138,7 @@ public interface PopulationInformationService extends BaseService<PopulationInfo |
|
|
|
**/ |
|
|
|
List<PopulationInformationDTO> motorVehicleList(Map<String, Object> params); |
|
|
|
/** |
|
|
|
* @Description 获取居民信息采集总览数据 |
|
|
|
* @Description 获取居民信息采集总览数据 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/8/28 |
|
|
|
* @Param [] |
|
|
@ -146,7 +146,15 @@ public interface PopulationInformationService extends BaseService<PopulationInfo |
|
|
|
**/ |
|
|
|
PopulationInfoOverviewDTO getPopulationInfoOverview(); |
|
|
|
/** |
|
|
|
* @Description 清空入党时间 |
|
|
|
* @Description 获取居民信息采集总览 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2021/6/23 |
|
|
|
* @Param [communityId] |
|
|
|
* @return com.elink.esua.epdc.dto.PopulationInfoOverviewDTO |
|
|
|
**/ |
|
|
|
PopulationInfoOverviewDTO getPopulationInfoOverviewForScreen(String communityId); |
|
|
|
/** |
|
|
|
* @Description 清空入党时间 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/9/4 |
|
|
|
* @Param [id] |
|
|
@ -154,7 +162,7 @@ public interface PopulationInformationService extends BaseService<PopulationInfo |
|
|
|
**/ |
|
|
|
void setJionTimeToNull(String id); |
|
|
|
/** |
|
|
|
* @Description 清空失业登记时间 |
|
|
|
* @Description 清空失业登记时间 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/9/4 |
|
|
|
* @Param [id] |
|
|
@ -162,7 +170,7 @@ public interface PopulationInformationService extends BaseService<PopulationInfo |
|
|
|
**/ |
|
|
|
void setUnemploymentRegisterTimeToNull(String id); |
|
|
|
/** |
|
|
|
* @Description 大屏找人接口 |
|
|
|
* @Description 大屏找人接口 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/9/14 |
|
|
|
* @Param [epdcScreenSelectPeopleFormDTO] |
|
|
@ -170,7 +178,7 @@ public interface PopulationInformationService extends BaseService<PopulationInfo |
|
|
|
**/ |
|
|
|
PageData<EpdcScreenSelectPeopleResultDTO> selectPeople(EpdcScreenSelectPeopleFormDTO epdcScreenSelectPeopleFormDTO); |
|
|
|
/** |
|
|
|
* @Description 大屏找人详情接口 |
|
|
|
* @Description 大屏找人详情接口 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/9/14 |
|
|
|
* @Param [dto] |
|
|
@ -178,7 +186,7 @@ public interface PopulationInformationService extends BaseService<PopulationInfo |
|
|
|
**/ |
|
|
|
Result<EpdcScreenSelectPeopleDetailResultDTO> selectPeopleDetail(EpdcScreenSelectPeopleDetailFormDTO dto); |
|
|
|
/** |
|
|
|
* @Description 房屋用途数据接口 |
|
|
|
* @Description 房屋用途数据接口 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/9/15 |
|
|
|
* @Param [] |
|
|
@ -186,7 +194,7 @@ public interface PopulationInformationService extends BaseService<PopulationInfo |
|
|
|
**/ |
|
|
|
Result<EpdcScreenHouseUseResultDTO> housingUse(); |
|
|
|
/** |
|
|
|
* @Description 网格排名 |
|
|
|
* @Description 网格排名 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/9/15 |
|
|
|
* @Param [dto] |
|
|
@ -202,7 +210,7 @@ public interface PopulationInformationService extends BaseService<PopulationInfo |
|
|
|
**/ |
|
|
|
PageData<EpdcScreenHouseInfoByPeopleResultDTO> selectHouseByPeople(EpdcScreenHouseInfoByPeopleFormDTO dto); |
|
|
|
/** |
|
|
|
* @Description 以房找人接口 |
|
|
|
* @Description 以房找人接口 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/9/19 |
|
|
|
* @Param [dto] |
|
|
@ -243,4 +251,4 @@ public interface PopulationInformationService extends BaseService<PopulationInfo |
|
|
|
* @return java.util.List<com.elink.esua.epdc.dto.epdc.result.EpdcScreenResidentInfoByCurrentAddressResultDTO> |
|
|
|
**/ |
|
|
|
Integer selectCountPeopleByCurrentAddressForPc(Map<String, Object> params); |
|
|
|
} |
|
|
|
} |
|
|
|