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