From 84fa53cb66bb4b05f0622c738346ce77f8f13aea Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期四, 08 五月 2025 14:15:14 +0800
Subject: [PATCH] 订单下发接口bug修改
---
ycl-common/src/main/java/constant/Constants.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ycl-common/src/main/java/constant/Constants.java b/ycl-common/src/main/java/constant/Constants.java
index 7413db4..a30467e 100644
--- a/ycl-common/src/main/java/constant/Constants.java
+++ b/ycl-common/src/main/java/constant/Constants.java
@@ -4,7 +4,7 @@
/**
* 閫氱敤甯搁噺淇℃伅
- *
+ *
* @author ruoyi
*/
public class Constants
@@ -152,16 +152,16 @@
/**
* 鑷姩璇嗗埆json瀵硅薄鐧藉悕鍗曢厤缃紙浠呭厑璁歌В鏋愮殑鍖呭悕锛岃寖鍥磋秺灏忚秺瀹夊叏锛�
*/
- public static final String[] JSON_WHITELIST_STR = { "org.springframework", "com.ruoyi" };
+ public static final String[] JSON_WHITELIST_STR = { "org.springframework", "com.ycl" };
/**
* 瀹氭椂浠诲姟鐧藉悕鍗曢厤缃紙浠呭厑璁歌闂殑鍖呭悕锛屽鍏朵粬闇�瑕佸彲浠ヨ嚜琛屾坊鍔狅級
*/
- public static final String[] JOB_WHITELIST_STR = { "com.ruoyi" };
+ public static final String[] JOB_WHITELIST_STR = { "com.ycl" };
/**
* 瀹氭椂浠诲姟杩濊鐨勫瓧绗�
*/
public static final String[] JOB_ERROR_STR = { "java.net.URL", "javax.naming.InitialContext", "org.yaml.snakeyaml",
- "org.springframework", "org.apache", "com.ruoyi.common.utils.file", "com.ruoyi.common.config" };
+ "org.springframework", "org.apache", "com.ycl.common.utils.file", "com.ycl.common.config" };
}
--
Gitblit v1.8.0