From 30010fad767e42c851d8961cdea97a4444a756ae Mon Sep 17 00:00:00 2001 From: yypsybs <yypsybs@foxmail.com> Date: 星期三, 20 九月 2023 14:58:44 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- _Main/BL/Type_MacroPlan/Method_ApiLanesData.qbl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_Main/BL/Type_MacroPlan/Method_ApiLanesData.qbl b/_Main/BL/Type_MacroPlan/Method_ApiLanesData.qbl index 0561aae..0020767 100644 --- a/_Main/BL/Type_MacroPlan/Method_ApiLanesData.qbl +++ b/_Main/BL/Type_MacroPlan/Method_ApiLanesData.qbl @@ -14,7 +14,7 @@ for( i:=0; i<data_length; i++ ) { datarow := data.Get( i ); - a := Lane::CreateLaneFromJson( datarow ); + a := Lane::CreateLaneFromJson( datarow ,this); updates.Add( a ); } origindataset := selectset( this, Unit.Lane, l, true ); -- Gitblit v1.9.3