提交 058df8db authored 作者: chaoyanjun's avatar chaoyanjun

会员列表

上级 73dadda2
......@@ -46,7 +46,7 @@ public interface SpecialResourceRelationMapper extends BaseMapper<SpecialResourc
" and a.resourceType = #{form.resourceType} " +
"</if>"
+ "<if test = '" + NOTBLANK + "(form.resourceName)'>"
+ "and a.title like concat('%',#{form.resourceName},'%') "
+ "and a.name like concat('%',#{form.resourceName},'%') "
+ "</if>"
+ "<if test = 'form.nationsType != null'>"
+ "and a.nationsType = #{form.nationsType} "
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论