_Main/BL/Type_FinancialSalesReport/Method_GetRow.qbl
@@ -2,9 +2,7 @@ #parent: #root Method GetRow ( String salessegment, String product, DateTime startdate, DateTime enddate String product ) as FinancialSalesRow { TextBody: @@ -15,7 +13,7 @@ if( isnull( row ) ){ row := this.FinancialSalesRow( relnew, Name := product, Unit := salessegment ); //初始化单元格 row.InitializeCell( this, startdate, enddate ); row.InitializeCell( this ); } return row;