From 6ee9d58d62dbbccf95ce809f358ec9f8d088b705 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期五, 17 十一月 2023 09:16:16 +0800
Subject: [PATCH] Changes15 websocket
---
mes-plan/src/main/java/com/chinaztt/mes/plan/util/CustomerOrderClientConfigure.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/mes-plan/src/main/java/com/chinaztt/mes/plan/util/CustomerOrderClientConfigure.java b/mes-plan/src/main/java/com/chinaztt/mes/plan/util/CustomerOrderClientConfigure.java
index 296e963..f9ff8a6 100644
--- a/mes-plan/src/main/java/com/chinaztt/mes/plan/util/CustomerOrderClientConfigure.java
+++ b/mes-plan/src/main/java/com/chinaztt/mes/plan/util/CustomerOrderClientConfigure.java
@@ -32,8 +32,8 @@
/**
* OTC 璁㈠崟澶翠俊鎭幏鍙栧湴鍧�
*/
- @Value("${otc.cusomerUrl:}")
- private String otcCusomerUrl;
+ @Value("${otc.customerUrl:}")
+ private String otcCustomerUrl;
/**
* OTC 璁㈠崟鏄庣粏淇℃伅鑾峰彇鍦板潃
*/
@@ -58,12 +58,12 @@
/**
* OTC 瀹㈡埛璁㈠崟闄勪欢鍒楄〃鏌ヨ鍦板潃
*/
- @Value("${otc.cutomerFileUrl:}")
+ @Value("${otc.customerFileUrl:}")
private String otcFileUrl;
/**
* OTC 瀹㈡埛璁㈠崟闄勪欢涓嬭浇鍦板潃
*/
- @Value("${otc.cutomerFileDownLoadUrl:}")
+ @Value("${otc.customerFileDownLoadUrl:}")
private String otcFileDownLoadUrl;
}
--
Gitblit v1.9.3