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