吉安感知网项目-后端
linwei
2026-02-06 e9a12776ee053cdf4a682f972e2fd830ebbab88c
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);
}