From 636eec68dd5b988ea1b753a9b7ebc39f23eb501a Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期一, 13 十月 2025 07:55:56 +0800
Subject: [PATCH] 1、修改932线出片类型判断 2、钢化,仓储修改websocket推送方式

---
 hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java
index 6d0a7cb..dd01336 100644
--- a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java
+++ b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java
@@ -57,7 +57,7 @@
      */
     public static final Integer TEMPERING_OUT_TARGET_POSITION = 930;
     public static final Integer ARTIFICIAL_OUT_TARGET_POSITION = 931;
-    public static final List<Integer> OUT_TARGET_POSITION_ALL = Arrays.asList(930, 931);
+    public static final List<Integer> OUT_TARGET_POSITION_ALL = Arrays.asList(930, 931, 932);
 
     /**
      * 鍗у紡鐞嗙墖绗艰鎯呰〃鐜荤拑鐘舵��

--
Gitblit v1.8.0