mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
Update Access
This commit is contained in:
parent
a06007930b
commit
584d67bc3d
@ -32,7 +32,7 @@ namespace SqlSugar.Access
|
||||
}
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user