| | |
| | | |
| | | 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); |
| | | |
| | |
| | | |
| | | 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); |
| | | } |