MySql blukcopy bug

This commit is contained in:
skx 2021-02-12 16:57:10 +08:00
parent 54ff61c9a7
commit 6489241d74

View File

@ -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>();