From b529d99aed6a1e1dc4223057813d221d988987bd Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期二, 14 十一月 2023 14:35:53 +0800 Subject: [PATCH] Changes12 --- 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