From bbfc6a9a5b3a899c7405d06454d315d8c283e23f Mon Sep 17 00:00:00 2001
From: yb <1113799@qq.com>
Date: 星期四, 04 九月 2025 15:12:46 +0800
Subject: [PATCH] 倍率统计导出

---
 lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml b/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml
index e1d3ec0..25cc4fc 100644
--- a/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml
+++ b/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml
@@ -226,8 +226,19 @@
   pwd: 123
   addressToken: /outer/appAuth
   addressUploadFile: /outer/fileUpload
-  localFilePath: D:/data/sql
-  servicePath: D:/data/sql
+  localFilePath: D:/data/sql     #鏈湴鏂囦欢璺緞
+  servicePath: D:/data/sql    #鐩爣鏂囦欢璺緞
   logIp: 127.0.0.1
   logPort: 8888
   newFilePath: D:/data/bak_sql/  #澶囦唤鍦板潃
+  failedLocFilePath:  #澶辫触sql鍦板潃
+webservice:
+  url: http://localhost:8081/services/EquipmentWebService?wsdl
+  namespace: http://service.server.webservice.example.com
+  statusMethod: equipmentStatus
+  rateMethod: equipmentRate
+webservice2:
+  url: 20.10.193.21:9308/webservice/mes/equipment/v1/mdcProcessTask2MEs.asmx?wsdl
+  namespace: http://service.server.webservice.example.com
+  startWorkMethod: equipmentStart
+  endWorkMethod: equipmentEnd

--
Gitblit v1.9.3