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

fix(tcm):BUG 22867

parent b9e15fae
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<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>
......
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