From e8ed1a91c77ab62a924f12acd55777f227bacd7e Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期五, 21 十一月 2025 17:15:17 +0800
Subject: [PATCH] 工位组删除后,其下工位移动到默认组
---
smart-man-boot/src/main/java/com/qianwen/smartman/common/constant/CommonGroupConstant.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/common/constant/CommonGroupConstant.java b/smart-man-boot/src/main/java/com/qianwen/smartman/common/constant/CommonGroupConstant.java
index f2b49e7..91803cf 100644
--- a/smart-man-boot/src/main/java/com/qianwen/smartman/common/constant/CommonGroupConstant.java
+++ b/smart-man-boot/src/main/java/com/qianwen/smartman/common/constant/CommonGroupConstant.java
@@ -20,6 +20,9 @@
public static final Long ALL_WORKSTATION_ID = 1L;
public static final Long DEFAULT_WORKSTATION_ID = 101L;
public static final Long DEFAULT_ALL_GROUP_ID = 1L;
+ /**
+ * 榛樿缁刬d
+ */
public static final Long DEFAULT_GROUP_ID = 101L;
public static final Integer WORK_STATION_TAG = 2;
}
--
Gitblit v1.9.3