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,
Value=fieldValue,
PropertyName=fieldName,
PropertyType=fieldValue?.GetType(),
UpdateServerTime= columnInfo?.UpdateServerTime==true
PropertyType=fieldValue?.GetType()
});
}
AppendSets();