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);
|
public abstract string GetNoTranslationColumnName(string name);
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region SqlTemplate
|
#region Common SqlTemplate
|
||||||
public string AppendWhereOrAnd(bool isWhere, string sqlString)
|
public string AppendWhereOrAnd(bool isWhere, string sqlString)
|
||||||
{
|
{
|
||||||
return isWhere ? (" WHERE " + sqlString) : (" AND " + sqlString);
|
return isWhere ? (" WHERE " + sqlString) : (" AND " + sqlString);
|
||||||
|
|||||||
Reference in New Issue
Block a user