_Main/BL/Type_UphillRouting/StaticMethod_Create.qbl
@@ -11,7 +11,12 @@ [* // rislai Jun-14-2024 (created) traverse( unit,Operation.RoutingForPlanningMatrix,routing , routing.IsEnabled() and LocalTool::IsOverlap( startDate,endDate,routing.Start(),routing.End())){ UphillRouting::Create( routing,startDate,endDate,percentage,"_产线爬坡_" ); suffix := "_产线爬坡_"; data := UphillRouting::Create( routing,startDate,endDate,percentage,suffix ); data.Use(); } *] }