mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-02 03:13:58 +08:00
-
This commit is contained in:
@@ -34,7 +34,7 @@ namespace SqlSugar
|
||||
public abstract string GetNoTranslationColumnName(string name);
|
||||
#endregion
|
||||
|
||||
#region SqlTemplate
|
||||
#region Common SqlTemplate
|
||||
public string AppendWhereOrAnd(bool isWhere, string sqlString)
|
||||
{
|
||||
return isWhere ? (" WHERE " + sqlString) : (" AND " + sqlString);
|
||||
|
||||
Reference in New Issue
Block a user