mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-05 03:17:41 +08:00
Update ExecuteCommandWithOptLock
This commit is contained in:
@@ -464,7 +464,7 @@ namespace SqlSugar
|
|||||||
it.PropertyName.EqualCase(verColumn.PropertyName));
|
it.PropertyName.EqualCase(verColumn.PropertyName));
|
||||||
if (data == null)
|
if (data == null)
|
||||||
{
|
{
|
||||||
data = new DbColumnInfo() { DbColumnName= verColumn.DbColumnName, Value=newValue };
|
data = new DbColumnInfo() { DbColumnName= verColumn.DbColumnName,PropertyName=verColumn.PropertyName, Value=newValue };
|
||||||
this.UpdateBuilder.DbColumnInfoList.Add(data);
|
this.UpdateBuilder.DbColumnInfoList.Add(data);
|
||||||
}
|
}
|
||||||
data.Value = newValue;
|
data.Value = newValue;
|
||||||
|
|||||||
Reference in New Issue
Block a user