Commit eeb5341f authored by 韩桐桐's avatar 韩桐桐

fix(tcm):BUG 22867

parent b9e15fae
...@@ -49,9 +49,9 @@ ...@@ -49,9 +49,9 @@
</if> </if>
<if test="dto.menuTypeUnderPost != null and dto.menuTypeUnderPost.size() > 0"> <if test="dto.menuTypeUnderPost != null and dto.menuTypeUnderPost.size() > 0">
AND ( AND (
<foreach collection="dto.menuTypeUnderPost" separator="or" item="postType"> <foreach collection="dto.menuTypeUnderPost" separator="or" item="postType">
post like concat('%',#{postType},'%') new_post like concat('%',#{postType},'%')
</foreach> </foreach>
) )
</if> </if>
<if test="dto.postName != '' and dto.postName != null"> <if test="dto.postName != '' and dto.postName != null">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment