From bc0a06655cb1cc8f661c7ad869ebab70ecc561bb Mon Sep 17 00:00:00 2001
From: rislai <risheng.lai@capgemini.com>
Date: 星期二, 09 七月 2024 09:05:48 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev

---
 _Main/BL/Type_FinancialSalesReport/Method_GetRow.qbl |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/_Main/BL/Type_FinancialSalesReport/Method_GetRow.qbl b/_Main/BL/Type_FinancialSalesReport/Method_GetRow.qbl
index a656035..6cbc77d 100644
--- a/_Main/BL/Type_FinancialSalesReport/Method_GetRow.qbl
+++ b/_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;

--
Gitblit v1.9.3