Browse Source

直接在dev改

master
yinzuomei 2 years ago
parent
commit
cc18fc8dc8
  1. 7
      epmet-module/gov-org/gov-org-server/src/main/java/com/epmet/dao/IcHouseDao.java

7
epmet-module/gov-org/gov-org-server/src/main/java/com/epmet/dao/IcHouseDao.java

@ -226,7 +226,9 @@ public interface IcHouseDao extends BaseDao<IcHouseEntity> {
List<PartyCenterHouseResultDTO> selectListPartyCenterHouse(@Param("customerId") String customerId, List<PartyCenterHouseResultDTO> selectListPartyCenterHouse(@Param("customerId") String customerId,
@Param("agencyId") String agencyId, @Param("agencyId") String agencyId,
@Param("neighborHoodName") String neighborHoodName, @Param("neighborHoodName") String neighborHoodName,
@Param("buildingName") String buildingName); @Param("buildingName") String buildingName,
@Param("buildingId") String buildingId,
@Param("partyCenterHouseFlag") String partyCenterHouseFlag);
/** /**
* 群租房列表 * 群租房列表
@ -241,7 +243,4 @@ public interface IcHouseDao extends BaseDao<IcHouseEntity> {
List<HouseCountPictureListResultDTO> getHouseStatusCount(@Param("orgId") String orgId,@Param("orgType") String orgType, @Param("timeStart")Date timeStart,@Param("timeEnd")Date timeEnd); List<HouseCountPictureListResultDTO> getHouseStatusCount(@Param("orgId") String orgId,@Param("orgType") String orgType, @Param("timeStart")Date timeStart,@Param("timeEnd")Date timeEnd);
List<HousePictureListResultDTO> getHousePictureList(@Param("orgId") String orgId,@Param("orgType") String orgType, @Param("timeStart")Date timeStart,@Param("timeEnd")Date timeEnd,@Param("purpose") String purpose,@Param("rentFlag") Integer rentFlag); List<HousePictureListResultDTO> getHousePictureList(@Param("orgId") String orgId,@Param("orgType") String orgType, @Param("timeStart")Date timeStart,@Param("timeEnd")Date timeEnd,@Param("purpose") String purpose,@Param("rentFlag") Integer rentFlag);
@Param("buildingName") String buildingName,
@Param("buildingId") String buildingId,
@Param("partyCenterHouseFlag") String partyCenterHouseFlag);
} }

Loading…
Cancel
Save