检查内容导入
This commit is contained in:
parent
30826e9739
commit
37f20ed6c6
@ -195,7 +195,7 @@ namespace APT.SK.WebApi.Controllers.Api
|
|||||||
startRowIndexs.Add(0, 1);//根据Excel格式数据赋值
|
startRowIndexs.Add(0, 1);//根据Excel格式数据赋值
|
||||||
var dataTables = FileUtils.ReadExcelByOledb(filePath, startRowIndexs);
|
var dataTables = FileUtils.ReadExcelByOledb(filePath, startRowIndexs);
|
||||||
string Msg = string.Empty;
|
string Msg = string.Empty;
|
||||||
isOK = InsertModel3(dataTables.Tables[0], orgId, ref Msg);
|
isOK = InsertModel2(dataTables.Tables[0], orgId, ref Msg);
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user