From b1831c94702a977123b28cb8bfefb3f1edfdced9 Mon Sep 17 00:00:00 2001
From: limj <limj@taizhitech.com>
Date: 星期四, 21 九月 2023 20:10:53 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/TIANMA_JITUAN into dev_lmj
---
_Main/BL/Type_MappingSaleBudge/StaticMethod_GetSheetByYear.qbl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/_Main/BL/Type_MappingSaleBudge/StaticMethod_GetSheetByYear.qbl b/_Main/BL/Type_MappingSaleBudge/StaticMethod_GetSheetByYear.qbl
index 124d7ff..21a4a50 100644
--- a/_Main/BL/Type_MappingSaleBudge/StaticMethod_GetSheetByYear.qbl
+++ b/_Main/BL/Type_MappingSaleBudge/StaticMethod_GetSheetByYear.qbl
@@ -13,7 +13,7 @@
result := sum( parent,
MappingCapacityAndSaleBudge,
item,
- productNo.Find( item.ProductCode() ) > -1,
+ item.YearNo() = yearNo and productNo.Find( item.ProductCode() ) > -1,
item.GetCapacityInSheetInYear() );
return result;
*]
--
Gitblit v1.9.3