zhongrj
2023-11-11 82e222ae8a60afd3d0237b4f987f8c850834dad5
src/main/java/org/springblade/modules/grid/mapper/GridMapper.java
@@ -46,4 +46,11 @@
    * @return
    */
    GridVO getGridDetailByHouseCode(@Param("houseCode") String houseCode);
   /**
    * 根据用户id(网格员)查询对应的房屋地址code
    * @param userId
    * @return
    */
    List<String> getAddressCodeListByUserId(@Param("userId") Long userId);
}