| | |
| | | import cn.gistack.sm.sjztmd.dto.AttResBaseUserDTO; |
| | | import cn.gistack.sm.sjztmd.entity.AttAdBase; |
| | | import cn.gistack.sm.sjztmd.entity.AttResBase; |
| | | import cn.gistack.sm.sjztmd.excel.AttResBaseUserExcel; |
| | | import cn.gistack.sm.sjztmd.vo.AttResAdVO; |
| | | import cn.gistack.sm.sjztmd.vo.AttResBaseGeneralInvestigationVO; |
| | | import cn.gistack.sm.sjztmd.vo.AttResBaseVO; |
| | |
| | | |
| | | List<AttResBaseGeneralInvestigationVO> selectAttResBaseGeneralInvestigation(IPage<AttResBaseGeneralInvestigationVO> page, @Param("attResBase") AttResBaseGeneralInvestigationVO attResBase); |
| | | |
| | | List<AttResBase> getListByRegion(IPage<AttResBase> page,@Param("obj") Map<String, Object> obj); |
| | | List<AttResBaseVO> getListByRegion(IPage<AttResBaseVO> page,@Param("obj") Map<String, Object> obj); |
| | | |
| | | AttResBase getDetailByCode(@Param("code") String code); |
| | | |
| | |
| | | */ |
| | | List<AttResBaseUserDTO> getAttResBaseUserPage(IPage<AttResBaseUserDTO> page, |
| | | @Param("params") Map<String, Object> params); |
| | | |
| | | |
| | | List<AttResBaseUserExcel> getAttResBaseUserExcel(@Param("params") Map<String, Object> params); |
| | | |
| | | /** |
| | | * 查询各类型责任人 |
| | |
| | | AttResAdVO getResAd(@Param("resId") String resId); |
| | | |
| | | AttAdBase getYwxtResInfo(@Param("cityName") String cityName,@Param("countyName") String countyName); |
| | | |
| | | Boolean updateRsvr(@Param("attResBase") AttResBase attResBase); |
| | | |
| | | /** |
| | | * 获取操作记录 |
| | | * @param guid |
| | | * @return |
| | | */ |
| | | String getUpdateLog(@Param("resGuid") String guid); |
| | | |
| | | int updateRelResUpdateLoc(@Param("resGuid") String guid,@Param("updateLog") String updateLog); |
| | | } |