lazhen
2024-08-26 605cdbfdd823e28a9fb6370f16aef744e90a6bc1
接口日志bug处理
已修改2个文件
已添加2个文件
42 ■■■■ 文件已修改
_Main/BL/EDI/Broker_IL_InterfaceLogInfoMiddlesBroker.qbl 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_InterfaceLoginfo/DefaultValue_IsShow.qbl 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormInterfaceLoginfo/Response_OnCreated.def 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormRoutings/Response_MacroPlanner_ListRoutings_MenuHotTestRatio_OnClick.def 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
_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 }
    }
  }
}
_Main/BL/Type_InterfaceLoginfo/DefaultValue_IsShow.qbl
对比新文件
@@ -0,0 +1,7 @@
Quintiq file version 2.0
#parent: #root
DefaultValue
{
  ISOValue: 'true'
  TargetAttribute: IsShow
}
_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
  }
}
_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