首页信息查询接口 增加根据类型查询条件

This commit is contained in:
zhangqinbin
2022-04-02 14:33:53 +08:00
parent d601510083
commit 470a6e7411

View File

@ -34,7 +34,7 @@
( SELECT * FROM biz_message_authorize WHERE user_id = #{userId}) b ON a.id = b.message_id
</if>
<if test="templatecodes!=null and templatecodes.size()>0 ">
and biz_message.templatecode
and biz_message.templatecode in
<foreach item="item" collection="templatecodes" separator="," open="(" close=")" index="">
#{item, jdbcType=NUMERIC}
</foreach>