mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-10 03:14:57 +08:00
-
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user