Commit 069a63b6 by mahaisong

fix:更改批量插入方式(解决doc文件)

parent f332da41
using HTCommon.Data;
using HTCommon.Data;
......@@ -177,7 +177,7 @@ namespace TaikorES_MinderES.QuartzJobs
}
MinderESAccess.BulkInsertAsync<Item>(TaiKorNewsList.ToArray<Item>());
MinderESAccess.BulkInsert_MA<Item>(TaiKorNewsList.ToArray<Item>());
string msg = string.Format("Success sync TaikorES news at {0}, this time index {1} items.", DateTime.Now, TaiKorNewsList.Count);
LogService.WriteInfo(msg);
//Console.WriteLine(msg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment