From 176cfa1a137d2050d4e8a105dfdbdc8f1b32afb2 Mon Sep 17 00:00:00 2001 From: 826220679@qq.com <826220679@qq.com> Date: 星期日, 10 八月 2025 23:04:55 +0800 Subject: [PATCH] 修改 --- src/chushihua/Chushihua.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/chushihua/Chushihua.java b/src/chushihua/Chushihua.java index 84abf00..f99cc13 100644 --- a/src/chushihua/Chushihua.java +++ b/src/chushihua/Chushihua.java @@ -1,11 +1,11 @@ package chushihua; import java.sql.SQLException; import dell_Fence.Dell_Fence; -import dell_anchor.Dell_BaseStation; import dell_map.Dell_Map; import dell_suanfa.Dell_GroupManagement; import dell_suanfa.Dell_LayerManagement; import dell_system.Dell_company; +import dell_targets.Dell_BaseStation; import dell_targets.Dell_SystemConfiguration; import dell_targets.Dell_tag; import udptcp.UDPPortAReceiver; @@ -13,6 +13,7 @@ public class Chushihua { public static void getchushihua() { try { + Dell_SystemConfiguration.getSystemConfigurations(); Dell_tag.getlocationTags(); Dell_BaseStation.getBaseStations(); UDPPortAReceiver.startReceiver(); @@ -20,8 +21,7 @@ Dell_Fence.getAllFences(); Dell_company.getAllCompanies(); Dell_LayerManagement.getAllLayers(); - Dell_GroupManagement.getAllGroups(); - Dell_SystemConfiguration.getSystemConfigurations(); + Dell_GroupManagement.getAllGroups(); if(Dell_SystemConfiguration.gnsstoxyOpen) {Dell_Map.get_foor_xycs();} } catch (SQLException e) { // TODO 自动生成的 catch 块 -- Gitblit v1.9.3