This commit is contained in:
sunkaixuan
2017-07-12 00:04:51 +08:00
parent 6531d80459
commit a78a6ba2ed

View File

@@ -117,6 +117,7 @@ namespace SqlSugar
}
public virtual ISugarQueryable<T> Where(string whereString, object whereObj = null)
{
if (whereString.IsValuable())
this.Where<T>(whereString, whereObj);
return this;
}