linwei
2024-02-03 a55603f5caabb6578cc85489a2500a2d7a24eb60
src/main/java/org/springblade/modules/system/mapper/UserMapper.java
@@ -99,4 +99,14 @@
   UserVO searchUserById(Long id);
   List<UserEntity> getUserInfoByDistrictId(String districtId, String building);
   /**
    * 查询没有匹配的数据
    * @return
    */
   List<User> getNotBindUserDept();
   List<User> getUserListByDeptIds(@Param("deptIds") String receiveDept);
   List<User> getUserInfoByPropertyId(String deptId,String roleId);
}