提交 a0069217 authored 作者: xinjunguo's avatar xinjunguo

--no commit message

上级 16a31687
...@@ -25,7 +25,7 @@ public interface FgSearchHistoryMapper extends BaseMapper<SearchHistory> { ...@@ -25,7 +25,7 @@ public interface FgSearchHistoryMapper extends BaseMapper<SearchHistory> {
+ "SELECT * from res_searchhistory " + "SELECT * from res_searchhistory "
+ "WHERE memberId = #{form.memberId} " + "WHERE memberId = #{form.memberId} "
+ "<if test ='form.resourceType == null' >" + "<if test ='form.resourceType == null' >"
+ "and resourceType is null " + "and resourceType = 1 "
+ "</if>" + "</if>"
+ "<if test ='form.resourceType == 9' >" + "<if test ='form.resourceType == 9' >"
+ "and resourceType = 9 " + "and resourceType = 9 "
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论