This commit is contained in:
sunkaixuan
2017-05-28 11:23:40 +08:00
parent 7933b88a22
commit 4761a565e7

View File

@@ -21,7 +21,7 @@ namespace SqlSugar
{
get
{
return this.CurrentConnectionConfig.InitKeyType==InitKeyType.SystemTable;
return this.CurrentConnectionConfig.InitKeyType == InitKeyType.SystemTable;
}
}
#endregion