hongji.li
2023-09-21 5cbda986bdf5af9eef9c4d52f48fb6ad41362bab
_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;
  *]