From 5343be2379606e54ca5cb393139e225857a2032d Mon Sep 17 00:00:00 2001
From: hongjli <3117313295@qq.com>
Date: 星期四, 12 十月 2023 13:13:44 +0800
Subject: [PATCH] PR释放BUG修改
---
_Main/BL/Type_CapacityAllocationResults/StaticMethod_Test.qbl | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/_Main/BL/Type_CapacityAllocationResults/StaticMethod_Test.qbl b/_Main/BL/Type_CapacityAllocationResults/StaticMethod_Test.qbl
index 46856be..7eb00a2 100644
--- a/_Main/BL/Type_CapacityAllocationResults/StaticMethod_Test.qbl
+++ b/_Main/BL/Type_CapacityAllocationResults/StaticMethod_Test.qbl
@@ -6,8 +6,10 @@
{
TextBody:
[*
- traverse ( macroPlan, SalesDemand, sd, sd.ProductID() = "Chassis - SUV 1" ) {
-
+ traverse ( macroPlan, SalesDemand, sd, sd.ProductID() = "ProXOver 1 D2.6 A" and
+ sd.StockingPointID() = "Carco Philadelphia" and
+ sd.StartDate() = Date::Construct( 2020, 4, 1 ) ) {
+ info( "鏁伴噺锛�", sd.Quantity() );
}
*]
}
--
Gitblit v1.9.3