Commit 7317225a authored by mingsoft's avatar mingsoft

文章管理主界面500错误bug修复

parent 075136c3
...@@ -328,12 +328,7 @@ ...@@ -328,12 +328,7 @@
and b.BASIC_TITLE like CONCAT('%',#{keyword},'%') and b.BASIC_TITLE like CONCAT('%',#{keyword},'%')
</if> </if>
<if test="basicCategoryIds != null"> <if test="basicCategoryIds != null">
and and b.BASIC_CATEGORYID in <foreach collection="basicCategoryIds" item="id" open="(" separator="," close=")">#{id}</foreach>
b.BASIC_CATEGORYID in
<foreach collection="basicCategoryIds" item="id" open="("
separator="," close=")">
#{id}
</foreach>
</if> </if>
<if test="flag != null">and a.ARTICLE_TYPE like CONCAT('%',#{flag},'%')</if> <if test="flag != null">and a.ARTICLE_TYPE like CONCAT('%',#{flag},'%')</if>
<if test="noFlag != null">and a.ARTICLE_TYPE not like CONCAT('%',#{noFlag},'%')</if> <if test="noFlag != null">and a.ARTICLE_TYPE not like CONCAT('%',#{noFlag},'%')</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