吉安感知网项目-后端
linwei
2026-04-13 5835e54e4fcff4461bd902c4c85fb5ba3aa19c20
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);
}