首页信息查询接口 增加根据类型查询条件
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user