guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/HouseResourceMapper.java
@@ -55,7 +55,7 @@ List<SearchHouseResourceListRes> listHouse(@Param("query") HouseQuery query); List<CollectListRes> collect(@Param("ids") List<Integer> ids); List<CollectListRes> collect(@Param("id") Integer id); List<CollectListRes> release(@Param("query") UserInfoQuery query,@Param("ids")List<Integer> collect);