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