mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Update Code First
This commit is contained in:
@@ -227,6 +227,7 @@ namespace SqlSugar
|
|||||||
result = "DateTime.Now";
|
result = "DateTime.Now";
|
||||||
}
|
}
|
||||||
result = result.Replace("\r", "\t").Replace("\n", "\t");
|
result = result.Replace("\r", "\t").Replace("\n", "\t");
|
||||||
|
result = result.IsIn("''","\"\"") ? string.Empty : result;
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
private string GetPropertyText(DbColumnInfo item, string PropertyText)
|
private string GetPropertyText(DbColumnInfo item, string PropertyText)
|
||||||
|
Reference in New Issue
Block a user