From 2f810c64ce22dabb7bb3bd0d6cf901da8d9f5ca4 Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期五, 15 十一月 2024 16:47:20 +0800 Subject: [PATCH] 部分存档界面排版调整 --- _Main/BL/Type_AssemblyOnlinePlanVersion/StaticMethod_RefreshData.qbl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_Main/BL/Type_AssemblyOnlinePlanVersion/StaticMethod_RefreshData.qbl b/_Main/BL/Type_AssemblyOnlinePlanVersion/StaticMethod_RefreshData.qbl index c4eac3f..607b785 100644 --- a/_Main/BL/Type_AssemblyOnlinePlanVersion/StaticMethod_RefreshData.qbl +++ b/_Main/BL/Type_AssemblyOnlinePlanVersion/StaticMethod_RefreshData.qbl @@ -17,7 +17,7 @@ table := interface.AssemblyOnlinePlanVersion( relnew, ID := name, Name := name ); } showtable := selectobject( interface, AssemblyOnlinePlanVersion, version, version.IsShow() ); - if( isnull( table ) ){ + if( isnull( showtable ) ){ showtable := interface.AssemblyOnlinePlanVersion( relnew, ID := name, Name := name, IsShow := true ); } aopcolumns := selectuniquevalues( macroPlan, NewAssemblyOnlinePlanColumn, aopcolumn, not exists( table, Column, column, column.TimeUnit() = Translations::MP_GlobalParameters_Day() and column.StartDate() = aopcolumn.StartDate() ), aopcolumn.StartDate() ); -- Gitblit v1.9.3