Synchronization code

This commit is contained in:
sunkaixuan 2023-05-20 12:10:33 +08:00
parent b27b05d847
commit e08b3ceb8f

View File

@ -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();