@@ -970,7 +970,9 @@
and b.type= #{publicType}
</if>
<if test="assistType!=null">
- and pad.type= #{assistType}
+ <foreach collection="assistType" item="type" >
+ and find_in_set(#{type},pad.type) > 0
+ </foreach>
<if test="aid != null">
and b.aid= #{aid}