From 55f5fb5b95b66ffc761761f9bf8aac56cd15bb3e Mon Sep 17 00:00:00 2001 From: yypsybs <yypsybs@foxmail.com> Date: 星期五, 13 十月 2023 16:42:40 +0800 Subject: [PATCH] 产销预算优化 --- _Main/BL/Type_GlobalDTOTable/Method_InitTestDataByYear.qbl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/_Main/BL/Type_GlobalDTOTable/Method_InitTestDataByYear.qbl b/_Main/BL/Type_GlobalDTOTable/Method_InitTestDataByYear.qbl index 4223466..c84f323 100644 --- a/_Main/BL/Type_GlobalDTOTable/Method_InitTestDataByYear.qbl +++ b/_Main/BL/Type_GlobalDTOTable/Method_InitTestDataByYear.qbl @@ -21,6 +21,7 @@ ID := [String]id, YearNo := [String]year.YearNo(), BusinessType := "浜嬩笟閮�" + [String](productCode.Length() mod 3), + OrganCode := "I13", ProductID := productCode); id := id + 1; mappingAnnualBudget.MonthlyModCapacity1( [String]Real::Random( 20000.0, 30000.0 ) ); -- Gitblit v1.9.3