From ac97b8878764d0e9e8e8e3c177e385864cee616c Mon Sep 17 00:00:00 2001 From: yypsybs <yypsybs@foxmail.com> Date: 星期三, 20 九月 2023 18:26:50 +0800 Subject: [PATCH] 年度预算产销复盘 --- _Main/BL/Type_MPSync/Method_CapacityAndSaleBudgeBusinessTypeString.qbl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_Main/BL/Type_GlobalDTOTable/Method_CapacityAndSaleBudgeBusinessTypeString.qbl b/_Main/BL/Type_MPSync/Method_CapacityAndSaleBudgeBusinessTypeString.qbl similarity index 66% rename from _Main/BL/Type_GlobalDTOTable/Method_CapacityAndSaleBudgeBusinessTypeString.qbl rename to _Main/BL/Type_MPSync/Method_CapacityAndSaleBudgeBusinessTypeString.qbl index a9f779b..717a4f8 100644 --- a/_Main/BL/Type_GlobalDTOTable/Method_CapacityAndSaleBudgeBusinessTypeString.qbl +++ b/_Main/BL/Type_MPSync/Method_CapacityAndSaleBudgeBusinessTypeString.qbl @@ -5,7 +5,7 @@ TextBody: [* // yypsybs Sep-19-2023 (created) - result := selectuniquevalues( this, CapacityAndSaleBudge, item, true, item.BusinessType() ); + result := selectuniquevalues( this, MappingCapacityAndSaleBudge, item, true, item.BusinessType() ); return result.Concatenate( ";" ) ; *] } -- Gitblit v1.9.3