From aa335c550cf8ced7ab6efe316aa11a9c34638001 Mon Sep 17 00:00:00 2001
From: zc <zyzc>
Date: 星期五, 31 十月 2025 10:22:28 +0800
Subject: [PATCH] 入出庫訂單完成狀態優化
---
rsf-open-api/src/main/resources/application-dev.yml | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/rsf-open-api/src/main/resources/application-dev.yml b/rsf-open-api/src/main/resources/application-dev.yml
index ef16461..f7df34c 100644
--- a/rsf-open-api/src/main/resources/application-dev.yml
+++ b/rsf-open-api/src/main/resources/application-dev.yml
@@ -58,11 +58,16 @@
#RCS閾炬帴
rcs:
#閾炬帴
- host: http://10.10.10.200
+ host: http://127.0.0.1
#绔彛
port: 8088
wms:
#閾炬帴
- host: http://10.10.10.157
+ host: http://127.0.0.1
#绔彛
- port: 8080
\ No newline at end of file
+ port: 8085
+ erp:
+ #閾炬帴
+ host: http://www.itsdg.cn
+ #绔彛
+ port: 3741
--
Gitblit v1.9.1