1
This commit is contained in:
@@ -109,7 +109,7 @@ namespace HNJNSH910.GDHNJN.BusinessForm.BusinessPlugIn
|
||||
foreach (string item in list)
|
||||
{
|
||||
DataRow[] array = dtexcel.Select(importIndexStr + "='" + item + "'");
|
||||
DataTable dt = DataTableExtensions.CopyToDataTable<DataRow>((IEnumerable<DataRow>)array);
|
||||
DataTable dt = DataTableExtensions.CopyToDataTable(array);
|
||||
ImportData(dt, importObjectId, billTypeId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user