检查内容导入

This commit is contained in:
何美荣 2026-03-24 12:09:21 +08:00
parent 30826e9739
commit 37f20ed6c6

View File

@ -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
{ {