mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-29 01:47:06 +08:00
Update db.Storageable
This commit is contained in:
parent
0813e90e95
commit
c9cda3abdf
@ -211,6 +211,10 @@ namespace SqlSugar
|
||||
if (result)
|
||||
{
|
||||
result = row[name].ObjToString() == it[name].ObjToString();
|
||||
if (result==false&&it[name] != null && it[name].GetType() == UtilConstants.DecType)
|
||||
{
|
||||
result= row[name].ObjToDecimal() == it[name].ObjToDecimal();
|
||||
}
|
||||
if (result == false)
|
||||
{
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user