Commit c98bef7e by 吴迪

【修改】sql修改,状态使用 = 链接

parent 71e9b274
......@@ -35,7 +35,7 @@
and t.Title like concat('%',#{indexCarouselManage.title},'%')
</if>
<if test="indexCarouselManage.status !=null and indexCarouselManage.status !=''">
and t.checkflag_index like concat('%',#{indexCarouselManage.status},'%')
and t.checkflag_index =#{indexCarouselManage.status}
</if>
<if test="indexCarouselManage.classnum !=null and indexCarouselManage.classnum !=''">
and t.classnum = #{indexCarouselManage.classnum}
......
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