From 3aef91dbbfb10d9db6c7cea3c170d279d6f6dc24 Mon Sep 17 00:00:00 2001
From: lihongji <3117313295@qq.com>
Date: 星期五, 28 六月 2024 15:58:42 +0800
Subject: [PATCH] 车道整班
---
_Main/BL/Type_WholeShift/Method_PostProcessing2.qbl | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/_Main/BL/Type_WholeShift/Method_PostProcessing2.qbl b/_Main/BL/Type_WholeShift/Method_PostProcessing2.qbl
index d1b5969..90057d1 100644
--- a/_Main/BL/Type_WholeShift/Method_PostProcessing2.qbl
+++ b/_Main/BL/Type_WholeShift/Method_PostProcessing2.qbl
@@ -47,9 +47,10 @@
}
// 杞﹂亾鏁寸彮
- traverse ( macroPlan, Unit, unit, unit.IsToFill() and unit.HasCapacityTypeTransportQuantity() ) {
- unitName := unit.Name();
+ traverse ( macroPlan, Unit, u, u.IsToFill() and u.HasCapacityTypeTransportQuantity() ) {
+ unitName := u.Name();
debuginfo( "杞﹂亾浜х嚎: ", unitName );
+ this.IsRoundingOrZeroFilling4( macroPlan, u );
}
*]
}
--
Gitblit v1.9.3