mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Synchronization code
This commit is contained in:
parent
b27b05d847
commit
e08b3ceb8f
@ -561,8 +561,7 @@ namespace SqlSugar
|
|||||||
DbColumnName=fieldName,
|
DbColumnName=fieldName,
|
||||||
Value=fieldValue,
|
Value=fieldValue,
|
||||||
PropertyName=fieldName,
|
PropertyName=fieldName,
|
||||||
PropertyType=fieldValue?.GetType(),
|
PropertyType=fieldValue?.GetType()
|
||||||
UpdateServerTime= columnInfo?.UpdateServerTime==true
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
AppendSets();
|
AppendSets();
|
||||||
|
Loading…
Reference in New Issue
Block a user