From bee3b97ebd80eb0a96702823d5d142bcb4cb5fac Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期二, 10 九月 2024 17:54:27 +0800
Subject: [PATCH] 修复一些问题

---
 _Main/BL/Type_EmployeeCost/StaticMethod_Import.qbl |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/_Main/BL/Type_EmployeeCost/StaticMethod_Import.qbl b/_Main/BL/Type_EmployeeCost/StaticMethod_Import.qbl
index c81d400..f0abc2f 100644
--- a/_Main/BL/Type_EmployeeCost/StaticMethod_Import.qbl
+++ b/_Main/BL/Type_EmployeeCost/StaticMethod_Import.qbl
@@ -27,8 +27,6 @@
       employeeType := null( EmployeeType );
       employeeNumber := 0;
       unit := null( Unit );
-      startDate := Date::MinDate();
-      timeUnit := "";
       baseSalary := 0.0;
       traverse( row,GeneralExcelImportAndExportDataCell,cell ){
          if( cell.GeneralExcelImportAndExportDataColumn().Name() = "浜哄憳绫诲埆" ){
@@ -59,12 +57,6 @@
                 unitIndexTree.Root().AddChild( unitHandle,units.Size() - 1 ); 
               }
            }
-         }
-         if( cell.GeneralExcelImportAndExportDataColumn().Name() = "寮�濮嬫椂闂�" ){
-           startDate := cnv2.Convert( cell.Value() );
-         }
-         if( cell.GeneralExcelImportAndExportDataColumn().Name() = "鏃堕棿鍗曚綅" ){
-           timeUnit := cell.Value();
          }
          if( cell.GeneralExcelImportAndExportDataColumn().Name() = "鍩烘湰宸ヨ祫" ){
            baseSalary := [Real]cell.Value();

--
Gitblit v1.9.3