mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update oracle updateable
This commit is contained in:
parent
4324f30728
commit
42eafeb1f6
@ -16,7 +16,15 @@ namespace SqlSugar
|
||||
{
|
||||
if (base.UpdateObjs.Count() == 1)
|
||||
{
|
||||
return base.ExecuteCommand();
|
||||
var resultl= base.ExecuteCommand();
|
||||
if (resultl == -1)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
return resultl;
|
||||
}
|
||||
}
|
||||
else if (base.UpdateObjs.Count() == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user