吉安感知网项目-后端
linwei
2026-04-10 834d64779f950cab6b28bc38e2d49cf04b1dd9d1
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);
}