From 6994981f40f1573f54de1a1e402a7743073cf38e Mon Sep 17 00:00:00 2001 From: fyxc <fyxc@qq.com> Date: 星期四, 22 五月 2025 14:26:30 +0800 Subject: [PATCH] server commit file --- src/main/java/com/zy/asrs/utils/RouteUtils.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/zy/asrs/utils/RouteUtils.java b/src/main/java/com/zy/asrs/utils/RouteUtils.java index 8705778..67ea7ab 100644 --- a/src/main/java/com/zy/asrs/utils/RouteUtils.java +++ b/src/main/java/com/zy/asrs/utils/RouteUtils.java @@ -14,15 +14,15 @@ //闂2 鍛ㄤ繆鏉� public static final List<Integer> MERGE_STA_NO_One = new ArrayList<Integer>() {{ - add(113);add(119); +// add(113);add(119); }}; public static final List<Integer> MERGE_STA_NO_TWO = new ArrayList<Integer>() {{ -// add(116);add(117); +// add(100);add(101); }}; public static final List<Integer> MERGE_STA_NO_THREE = new ArrayList<Integer>() {{ -// add(116);add(117); +// add(106);add(107); }}; public static final List<Integer> MERGE_STA_NO_FOUR = new ArrayList<Integer>() {{ -- Gitblit v1.9.1