吉安感知网项目-后端
linwei
2026-02-09 47cbaf1c5c6298ca7712efc2f0a0fe1e46e24f13
drone-service/drone-system/src/main/java/org/sxkj/system/service/IUserService.java
@@ -215,4 +215,11 @@
   public Map<Long, String> getUserIdsMap(List<Long> userIds);
    List<Long> userIdsByName(String nickName);
   /**
    * 更新区域code
    * @param areaCode
    * @param userIds
    */
    void updateUserAreaCode(String areaCode, List<Long> userIds);
}