mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Oracle bug
This commit is contained in:
@@ -17,6 +17,10 @@ namespace SqlSugar
|
||||
{
|
||||
return base.ExecuteCommand();
|
||||
}
|
||||
else if (base.UpdateObjs.Count() == 0)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
base.ExecuteCommand();
|
||||
|
Reference in New Issue
Block a user