mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Synchronization code
This commit is contained in:
parent
2643c33fb8
commit
221735921a
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user