From 27d187d5834cc6eabc0fba79c13f9d8efd6bec19 Mon Sep 17 00:00:00 2001 From: hudong <Administrator@PC-20250329JZUF> Date: 星期五, 23 五月 2025 18:12:42 +0800 Subject: [PATCH] 1.内采出库流程报错测试 2.称重算法逻辑优化 --- api/ZSCM2_SCFL.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/api/ZSCM2_SCFL.cs b/api/ZSCM2_SCFL.cs index 33d5240..5eb3285 100644 --- a/api/ZSCM2_SCFL.cs +++ b/api/ZSCM2_SCFL.cs @@ -32,7 +32,7 @@ /// <remarks/> public ZSCM2_SCFL() { - this.Url = "http://ceerptest.cee.com.cn:8000/sap/bc/srt/rfc/sap/zscm2_scfl/110/zscm2_scfl/bin" + + this.Url = "http://10.89.33.217:8000/sap/bc/srt/rfc/sap/zscm2_scfl/110/zscm2_scfl/bin" + "ding"; } -- Gitblit v1.9.1