linwei
2024-01-23 5745a87f3a139ea2bbdaf4704978e4c151ecc45a
src/main/java/org/springblade/modules/system/service/IUserService.java
@@ -247,4 +247,11 @@
   List<UserEntity> getUserInfoByCode(String houseCode, String type);
   List<UserEntity> getUserInfoByDistrictId(String districtId, String building);
   /**
    * 处理漏绑定的user_dept
    */
   Object handleUserDept();
   List<User> getUserInfoByPropertyId(String propertyCompanyId);
}