mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Update access
This commit is contained in:
parent
600a34f620
commit
811a7a6c95
@ -32,7 +32,7 @@ namespace SqlSugar.Access
|
|||||||
}
|
}
|
||||||
private string GetOracleUpdateColums(int i, DbColumnInfo m, bool iswhere)
|
private string GetOracleUpdateColums(int i, DbColumnInfo m, bool iswhere)
|
||||||
{
|
{
|
||||||
return string.Format(" {0}={1} ", m.DbColumnName , FormatValue(m.Value));
|
return string.Format(" {0}={1} ", m.DbColumnName , base.GetDbColumn(m,FormatValue(m.Value)));
|
||||||
}
|
}
|
||||||
|
|
||||||
public override object FormatValue(object value)
|
public override object FormatValue(object value)
|
||||||
|
Loading…
Reference in New Issue
Block a user