From 0b84c9999f07bc46275f5947c4b8ebf5ce0c25cf Mon Sep 17 00:00:00 2001
From: 陈清红 <420599804@qq.com>
Date: 星期一, 14 四月 2025 15:51:58 +0800
Subject: [PATCH] BUG&优化项

---
 _Main/BL/Type_InterfaceLoginfo/StaticMethod_CallInterfaceForSAPGet.qbl |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/_Main/BL/Type_InterfaceLoginfo/StaticMethod_CallInterfaceForSAPGet.qbl b/_Main/BL/Type_InterfaceLoginfo/StaticMethod_CallInterfaceForSAPGet.qbl
index 26a316c..9147f1f 100644
--- a/_Main/BL/Type_InterfaceLoginfo/StaticMethod_CallInterfaceForSAPGet.qbl
+++ b/_Main/BL/Type_InterfaceLoginfo/StaticMethod_CallInterfaceForSAPGet.qbl
@@ -10,9 +10,9 @@
   [*
     // 鐢勫叞楦� Jul-22-2024 (created)
     address           := Translations::InterfaceDataset_SAP_Address(); 
-    httpinterface     := HTTPInterface::Create( address,8080); // 娴嬭瘯
+    //httpinterface     := HTTPInterface::Create( address,8080); // 娴嬭瘯
     
-    //httpinterface     := HTTPInterface::Create( "10.120.76.32",8080); // 鐢熶骇
+    httpinterface     := HTTPInterface::Create( "10.120.76.32",8080); // 鐢熶骇
     
     httpinterface.PostMethod( true ); ; 
     httpinterface.MediaType( Translations::InterfaceDataset_ContentType() );
@@ -69,7 +69,7 @@
           feedback   := feedback.Concat( '浜у搧' ).Concat( failproduct.Concatenate( '銆�' ) ).Concat( '鍥犱负' ).Concat( failmsg ).Concat( '鎺ㄩ�佸け璐�' ).Concat( '锛�' );
         }
       }
-      feedback       := feedback.Replace( feedback.Length() - 1, 1, '銆�' );
+    //  feedback       := feedback.Replace( feedback.Length() - 1, 1, '銆�' ); // 杩欒鎶ラ敊
     }
     
     return feedback;

--
Gitblit v1.9.3