| | |
| | | import cn.gistack.sm.sjztmd.dto.AttResBaseUserDTO; |
| | | import cn.gistack.sm.sjztmd.entity.AttResBase; |
| | | import cn.gistack.sm.sjztmd.vo.AttResAdVO; |
| | | import cn.gistack.sm.sjztmd.vo.AttResBaseGeneralInvestigationVO; |
| | | import cn.gistack.sm.sjztmd.vo.AttResBaseVO; |
| | | import cn.gistack.sm.sjztmd.vo.ManagePersonVO; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | |
| | | |
| | | |
| | | List<AttResBase> selectAttResBasePage(IPage<AttResBase> page, @Param("attResBase") AttResBase attResBase); |
| | | |
| | | List<AttResBaseGeneralInvestigationVO> selectAttResBaseGeneralInvestigation(IPage<AttResBaseGeneralInvestigationVO> page, @Param("attResBase") AttResBaseGeneralInvestigationVO attResBase); |
| | | |
| | | List<AttResBase> getListByRegion(IPage<AttResBase> page,@Param("obj") Map<String, Object> obj); |
| | | |
| | |
| | | * @return |
| | | */ |
| | | AttResAdVO getWaterRegionInfoByResGuid(@Param("guid") String guid); |
| | | |
| | | /** |
| | | * 获取水库基本信息表DimResInfo总数 |
| | | * @return |
| | | */ |
| | | int getDimResInfoACount(); |
| | | |
| | | Boolean updateIsShowStatus(@Param("ids") String ids, @Param("isShow") Integer status); |
| | | |
| | | /** |
| | | * 根据水库名称、所在区域查询改水库的数量 |
| | | * @param resName 水库名称 |
| | | * @param countyCode 区县编号 |
| | | * @return |
| | | */ |
| | | Integer getWaterCountByResNameAndCountyName(@Param("resName") String resName,@Param("countyCode") String countyCode); |
| | | } |