mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-24 13:52:11 +08:00
Merge pull request #15 from lampo1024/dev
fixed a bug in RewritableMethod.cs file.
This commit is contained in:
@@ -96,7 +96,7 @@ namespace SqlSugar
|
||||
{
|
||||
addValue = Guid.Empty;
|
||||
}
|
||||
else if (item.PropertyType == PubConst.GuidType)
|
||||
else if (item.PropertyType == PubConst.DateType)
|
||||
{
|
||||
addValue = DateTime.MinValue;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectView>ShowAllFiles</ProjectView>
|
||||
<ProjectView>ProjectFiles</ProjectView>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user