From 605cdbfdd823e28a9fb6370f16aef744e90a6bc1 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期一, 26 八月 2024 11:28:14 +0800
Subject: [PATCH] 接口日志bug处理

---
 _Main/UI/MacroPlannerWebApp/Component_FormInterfaceLoginfo/Response_OnCreated.def                                  |   16 ++++++++++++++++
 _Main/BL/Type_InterfaceLoginfo/DefaultValue_IsShow.qbl                                                             |    7 +++++++
 _Main/BL/EDI/Broker_IL_InterfaceLogInfoMiddlesBroker.qbl                                                           |   17 +++++++++--------
 _Main/UI/MacroPlannerWebApp/Component_FormRoutings/Response_MacroPlanner_ListRoutings_MenuHotTestRatio_OnClick.def |    2 +-
 4 files changed, 33 insertions(+), 9 deletions(-)

diff --git a/_Main/BL/EDI/Broker_IL_InterfaceLogInfoMiddlesBroker.qbl b/_Main/BL/EDI/Broker_IL_InterfaceLogInfoMiddlesBroker.qbl
index 09ca4c4..6dcfbb4 100644
--- a/_Main/BL/EDI/Broker_IL_InterfaceLogInfoMiddlesBroker.qbl
+++ b/_Main/BL/EDI/Broker_IL_InterfaceLogInfoMiddlesBroker.qbl
@@ -22,16 +22,17 @@
   {
     DataIntegrityStrategy: 'Disabled'
     SettingsEngineLink: 'domainmodel.ediremotedatasourcedefinition.remotestorage.vwed'
-    EDIODBCLinkTable InterfaceLoginfoMiddle
+    EDIODBCLinkTable A_InterfaceLogInfoMiddle
     {
       OthersMayCreateTable: true
       OthersMayDeleteRow: true
       OthersMayDropTable: true
       OthersMayFlushTable: true
       OthersMayInsertRow: true
+      Parameters: '/owner="dbo"'
       PrimaryKeyColumns: ID
       RecordModificationHintStrategy: 'None'
-      EDIODBCLinkColumn FinishTime
+      EDIODBCLinkColumn FINISH_TIME
       {
         OthersMayUpdateColumn: true
         ValueType: DateTime
@@ -41,12 +42,12 @@
         OthersMayUpdateColumn: true
         ValueType: Number
       }
-      EDIODBCLinkColumn Name
+      EDIODBCLinkColumn NAME
       {
         OthersMayUpdateColumn: true
         ValueType: String
       }
-      EDIODBCLinkColumn Response
+      EDIODBCLinkColumn RESPONSE
       {
         OthersMayUpdateColumn: true
         ValueType: String
@@ -57,12 +58,12 @@
   {
     EDITableTransformation
     {
-      InputTable: InterfaceLoginfoMiddle
+      InputTable: A_InterfaceLogInfoMiddle
       OutputTable: InterfaceLoginfoMiddle
-      EDIColumnMatch { InputColumn: FinishTime OutputColumn: FinishTime }
+      EDIColumnMatch { InputColumn: FINISH_TIME OutputColumn: FinishTime }
       EDIColumnMatch { InputColumn: ID OutputColumn: ID }
-      EDIColumnMatch { InputColumn: Name OutputColumn: Name }
-      EDIColumnMatch { InputColumn: Response OutputColumn: Response }
+      EDIColumnMatch { InputColumn: NAME OutputColumn: Name }
+      EDIColumnMatch { InputColumn: RESPONSE OutputColumn: Response }
     }
   }
 }
diff --git a/_Main/BL/Type_InterfaceLoginfo/DefaultValue_IsShow.qbl b/_Main/BL/Type_InterfaceLoginfo/DefaultValue_IsShow.qbl
new file mode 100644
index 0000000..8bd79cf
--- /dev/null
+++ b/_Main/BL/Type_InterfaceLoginfo/DefaultValue_IsShow.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+DefaultValue
+{
+  ISOValue: 'true'
+  TargetAttribute: IsShow
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormInterfaceLoginfo/Response_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_FormInterfaceLoginfo/Response_OnCreated.def
new file mode 100644
index 0000000..6470f07
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormInterfaceLoginfo/Response_OnCreated.def
@@ -0,0 +1,16 @@
+Quintiq file version 2.0
+#parent: #root
+Response OnCreated () id:Response_FormInterfaceLoginfo_OnCreated
+{
+  #keys: '[415136.0.1043011769]'
+  CanBindMultiple: false
+  DefinitionID: 'Responsedef_WebComponent_OnCreated'
+  QuillAction
+  {
+    Body:
+    [*
+      InterfaceLoginfo::SyncMiddle( InterfaceDataset );
+    *]
+    GroupServerCalls: false
+  }
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormRoutings/Response_MacroPlanner_ListRoutings_MenuHotTestRatio_OnClick.def b/_Main/UI/MacroPlannerWebApp/Component_FormRoutings/Response_MacroPlanner_ListRoutings_MenuHotTestRatio_OnClick.def
index 46b6cd4..f0fc40c 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormRoutings/Response_MacroPlanner_ListRoutings_MenuHotTestRatio_OnClick.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormRoutings/Response_MacroPlanner_ListRoutings_MenuHotTestRatio_OnClick.def
@@ -2,7 +2,7 @@
 #parent: ListRoutings
 Response OnClick (
   Routing selection
-) id:Response_MacroPlanner_ListRoutings_MenuHotTestRatio_OnClick
+) id:Response_ListRoutings_MenuHotTestRatio_OnClick
 {
   #keys: '[415136.0.761890849]'
   CanBindMultiple: false

--
Gitblit v1.9.3