jiangbiao 9 ماه پیش
والد
کامیت
ff0b000ae4
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      master/src/main/resources/mybatis/pssr/TPssrSubcontentMapper.xml

+ 2 - 2
master/src/main/resources/mybatis/pssr/TPssrSubcontentMapper.xml

@@ -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