提交 b635cd6c 编写于 作者: S szjay

No commit message

No commit message
上级 d27c5960
...@@ -672,7 +672,7 @@ namespace Infrastructure.Utilities ...@@ -672,7 +672,7 @@ namespace Infrastructure.Utilities
} }
s += string.Format("{0} like '%{1}%'", fieldName, value); s += string.Format("{0} like '%{1}%'", fieldName, value);
} }
_Where.Append("and ({0})".Fmt(s)); _Where.Append(" and ({0})".Fmt(s));
return this; return this;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册