zhoufan лет назад: 7
Родитель
Сommit
f4d9ba4f1c

+ 1 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/customer/CustomerController.cs

@@ -418,7 +418,7 @@ namespace CallCenterApi.Interface.Controllers.customer
418 418
                 HttpPostedFile _upFile = RequestString.GetFile("upFile");
419 419
                 if (_upFile != null)
420 420
                 {
421
-                    DataTable dt = new NPOIHelper().ExcelToTable(_upFile, 1);
421
+                    DataTable dt = new NPOIHelper().ExcelToTable(_upFile, 0);
422 422
 
423 423
                     BLL.T_Cus_Customer bll = new BLL.T_Cus_Customer();
424 424