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

fix(tcm):BUG 22867

parent b9e15fae
......@@ -50,7 +50,7 @@
<if test="dto.menuTypeUnderPost != null and dto.menuTypeUnderPost.size() > 0">
AND (
<foreach collection="dto.menuTypeUnderPost" separator="or" item="postType">
post like concat('%',#{postType},'%')
new_post like concat('%',#{postType},'%')
</foreach>
)
</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