Oracle bug

This commit is contained in:
SUNKAIXUAN
2021-03-06 16:26:17 +08:00
parent fc26f23394
commit 12b50d4c9f

View File

@@ -17,6 +17,10 @@ namespace SqlSugar
{
return base.ExecuteCommand();
}
else if (base.UpdateObjs.Count() == 0)
{
return 0;
}
else
{
base.ExecuteCommand();