springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComMngPopulationHouseUserDAO.java
@@ -67,4 +67,11 @@ + " left join com_mng_population_house as cmph on cmph.id = cmphu.house_id " + " where cmphu.id = #{id}") ComMngHouseVo detail(Long id); /** * 查询指定人员是否存在租住的数量 * @param ids 指定实有人口 * @return 存在租住的数量 */ Integer getHouseUserIsRent(@Param("ids") List<Long> ids); }