linwei
2024-02-18 c1cb1198cd331fa949fc10fb7bd5c7093f47e61b
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);
}