zhoufan 7 yıl önce
ebeveyn
işleme
f4d9ba4f1c

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

418
                 HttpPostedFile _upFile = RequestString.GetFile("upFile");
418
                 HttpPostedFile _upFile = RequestString.GetFile("upFile");
419
                 if (_upFile != null)
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
                     BLL.T_Cus_Customer bll = new BLL.T_Cus_Customer();
423
                     BLL.T_Cus_Customer bll = new BLL.T_Cus_Customer();
424
 
424