From edfbb3b9cb8a6700df14ee75a6981f48e13c76c5 Mon Sep 17 00:00:00 2001 From: yypsybs <yypsybs@foxmail.com> Date: 星期五, 13 十月 2023 10:09:02 +0800 Subject: [PATCH] 制造LT归集优化,产销预算测试数据生成逻辑修改 --- _Main/BL/Type_GlobalDTOTable/Method_InitTestData#12.qbl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git "a/_Main/BL/Type_GlobalDTOTable/Method_InitTestData\04312.qbl" "b/_Main/BL/Type_GlobalDTOTable/Method_InitTestData\04312.qbl" index f59360c..274df0b 100644 --- "a/_Main/BL/Type_GlobalDTOTable/Method_InitTestData\04312.qbl" +++ "b/_Main/BL/Type_GlobalDTOTable/Method_InitTestData\04312.qbl" @@ -10,6 +10,7 @@ productCodeList := selectuniquevalues( macroPlan, Product_MP, item, item.ID() ); debuginfo( "productCodeList : " + [String]productCodeList.Size() ); + this.Global_MappingAnnualBudgetData( relflush ); if( this.Global_MappingAnnualBudgetData( relsize ) = 0 ) { debuginfo( "create Global_MappingAnnualBudgetData test data" ); id := 1; -- Gitblit v1.9.3