From 6bed83e92f67954cd2135071133329f2205efe4f Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 02 四月 2024 16:58:41 +0800
Subject: [PATCH] notify错误修改

---
 smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/constant/FieldConstant.java |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/constant/FieldConstant.java b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/constant/FieldConstant.java
index ba228ee..87db32e 100644
--- a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/constant/FieldConstant.java
+++ b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/constant/FieldConstant.java
@@ -2,8 +2,6 @@
 
 import com.qianwen.smartman.common.constant.ExtCacheConstant;
 
-
-/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/system/constant/FieldConstant.class */
 public interface FieldConstant {
     public static final String OPTION_NAME = "options";
     public static final String OPTION_LABEL = "label";
@@ -26,6 +24,6 @@
     public static final Long DEFAULT_PRODUCT_ID = 1590984632397881346L;
 
     static String getFieldCacheKey(String fieldCode, Integer busType) {
-        return FIELD_CACHE + busType + SystemPropertyUtils.VALUE_SEPARATOR + fieldCode;
+        return FIELD_CACHE + busType + ":" + fieldCode;
     }
 }

--
Gitblit v1.9.3