mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
MySql blukcopy bug
This commit is contained in:
parent
54ff61c9a7
commit
6489241d74
@ -30,6 +30,8 @@ namespace SqlSugar
|
||||
var IsBulkLoad = false;
|
||||
if (Entitys == null || Entitys.Length <= 0)
|
||||
return IsBulkLoad;
|
||||
if (Entitys.First() == null && Entitys.Length ==1)
|
||||
return IsBulkLoad;
|
||||
DataTable dt = new DataTable();
|
||||
Type type = typeof(T);
|
||||
var entity = this.Context.EntityMaintenance.GetEntityInfo<T>();
|
||||
|
Loading…
Reference in New Issue
Block a user