From 138b9789e8680c9cd9670d7cae1ddaadf86a2e70 Mon Sep 17 00:00:00 2001
From: admin <admin@admin.com>
Date: 星期四, 07 十一月 2024 13:35:26 +0800
Subject: [PATCH] 计划库存接口优化

---
 _Main/BL/Type_InterfaceDataset/StaticMethod_PushPlanInventoryData.qbl |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/_Main/BL/Type_InterfaceDataset/StaticMethod_PushPlanInventoryData.qbl b/_Main/BL/Type_InterfaceDataset/StaticMethod_PushPlanInventoryData.qbl
index 1b91d1c..e2d4376 100644
--- a/_Main/BL/Type_InterfaceDataset/StaticMethod_PushPlanInventoryData.qbl
+++ b/_Main/BL/Type_InterfaceDataset/StaticMethod_PushPlanInventoryData.qbl
@@ -38,12 +38,11 @@
     
     loginfo := interfaceDataset.InterfaceLoginfo( relnew, 
                                                   ExecuteUser       := executor, 
-                                                  Name              := Translations::InterfaceDataset_CustomerDemandPPAIDS_Name(), 
+                                                  Name              := "Plan inventory data", 
                                                   InterfaceDateTime := DateTime::ActualTime(), 
                                                   Message           := "璁″垝搴撳瓨鏁版嵁", 
                                                   RequestBody       := requestbody );
     
     InterfaceLoginfo::CallInterfaceForDataCenter_PlanInventory( interfaceDataset, loginfo );
-    //info( '----------------', data.AsString() );
   *]
 }

--
Gitblit v1.9.3