Synchronization code

This commit is contained in:
sunkaixuan 2024-04-11 19:53:00 +08:00
parent 2643c33fb8
commit 221735921a

View File

@ -344,6 +344,10 @@ namespace SqlSugar
if (col.DataType == UtilConstants.StringType)
{
item[col.ColumnName] = string.Empty;
if (this.queryable?.SqlBuilder?.SqlParameterKeyWord == ":")
{
item[col.ColumnName] = " ";
};
}
else if (col.DataType == UtilConstants.DateType)
{