|
@@ -69,8 +69,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<include refid="selectTPssrSubcontentVo"/>
|
|
|
<where>
|
|
|
<if test="aboveallId != null "> and aboveall_id = #{aboveallId}</if>
|
|
|
- <if test="forShort != null "> and for_short in
|
|
|
- <foreach item="forShort" collection="array" open="(" separator="," close=")">
|
|
|
+ <if test="forShorts != null "> and for_short in
|
|
|
+ <foreach item="forShort" collection="forShorts" open="(" separator="," close=")">
|
|
|
#{forShort}
|
|
|
</foreach></if>
|
|
|
and d.del_flag = 0
|