From 1bda9524add969e315d870f284046ecf1097f956 Mon Sep 17 00:00:00 2001 From: 826220679@qq.com <826220679@qq.com> Date: 星期日, 24 八月 2025 18:01:25 +0800 Subject: [PATCH] 修改 --- src/chushihua/Chushihua.java | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/chushihua/Chushihua.java b/src/chushihua/Chushihua.java index 84abf00..978d302 100644 --- a/src/chushihua/Chushihua.java +++ b/src/chushihua/Chushihua.java @@ -1,28 +1,32 @@ 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 scheduled_task.TrackTableManager; import udptcp.UDPPortAReceiver; +import udptcp.UDPPortBReceiver; public class Chushihua { public static void getchushihua() { try { + Dell_SystemConfiguration.getSystemConfigurations(); Dell_tag.getlocationTags(); Dell_BaseStation.getBaseStations(); UDPPortAReceiver.startReceiver(); + UDPPortBReceiver.startReceiver(); Dell_Map.getAllMaps(); Dell_Fence.getAllFences(); Dell_company.getAllCompanies(); Dell_LayerManagement.getAllLayers(); - Dell_GroupManagement.getAllGroups(); - Dell_SystemConfiguration.getSystemConfigurations(); - if(Dell_SystemConfiguration.gnsstoxyOpen) {Dell_Map.get_foor_xycs();} + Dell_GroupManagement.getAllGroups(); + if(Dell_SystemConfiguration.gnsstoxyOpen) {Dell_Map.get_foor_xycs();} + TrackTableManager.Start();//生成归轨迹表 } catch (SQLException e) { // TODO 自动生成的 catch 块 e.printStackTrace(); -- Gitblit v1.9.3