From 1dc088650dce12f187c5e99718a7499ca7ff5f43 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期四, 07 十一月 2024 17:16:44 +0800
Subject: [PATCH] 数据中台接口info

---
 _Main/BL/Type_AssemblyOnlinePlanPush/StaticMethod_GenerateData.qbl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_Main/BL/Type_AssemblyOnlinePlanPush/StaticMethod_GenerateData.qbl b/_Main/BL/Type_AssemblyOnlinePlanPush/StaticMethod_GenerateData.qbl
index b7670aa..85cac89 100644
--- a/_Main/BL/Type_AssemblyOnlinePlanPush/StaticMethod_GenerateData.qbl
+++ b/_Main/BL/Type_AssemblyOnlinePlanPush/StaticMethod_GenerateData.qbl
@@ -10,7 +10,7 @@
   TextBody:
   [*
     // 鐢勫叞楦� Aug-20-2024 (created)
-    loginfo                := maxobject(  interfaceDataset, InterfaceLoginfo, loginfo, loginfo.Name() = Translations::InterfaceDataset_AssemblyOnlinePlanPPPSPush_Name(), loginfo.InterfaceDateTime() );
+    loginfo                := maxobject(  interfaceDataset, InterfaceLoginfo, loginfo, loginfo.Name() = Translations::InterfaceDataset_AssemblyOnlinePlanPPPsPush_Name(), loginfo.InterfaceDateTime() );
     if( not isnull( loginfo ) ){
       if( not loginfo.IsShow() ){
         loginfo.Delete();
@@ -21,7 +21,7 @@
     }
     nowdate                := DateTime::ActualTime();
     loginfo                := interfaceDataset.InterfaceLoginfo( relnew, ExecuteUser := executor
-                                                                 , Name := Translations::InterfaceDataset_AssemblyOnlinePlanPPPSPush_Name()
+                                                                 , Name := Translations::InterfaceDataset_AssemblyOnlinePlanPPPsPush_Name()
                                                                  , InterfaceDateTime := nowdate
                                                                  , Message := '瑁呴厤涓婄嚎璁″垝-PPPS浼犺緭鑷虫暟鎹腑鍙帮紙鍖呭惈鎺掑簭锛�/SAP锛堜笉鍖呭惈鎺掑簭锛�'
                                                                  , Last                      := true

--
Gitblit v1.9.3