| | |
| | | @Select("select house_id from com_mng_population_house_user where popul_id = #{populationId}") |
| | | List<Long> getPopulationHouseIdByUserId(@Param("populationId") Long populationId); |
| | | |
| | | @Select("select relation from com_mng_population_house_user where popul_id = #{populationId}") |
| | | List<Integer> getPopulationRelationByUserId(@Param("populationId") Long populationId); |
| | | |
| | | @Select("select popul_id from com_mng_population_house_user where house_id = #{houseId}") |
| | | List<Long> getPopulationHouseIdByhHosueId(@Param("houseId") Long houseId); |
| | | |