|
@@ -238,6 +238,12 @@ sb.scrap_user_name,sb.repair_dept_id,sb.sort_num
|
|
#{item}
|
|
#{item}
|
|
</foreach>
|
|
</foreach>
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="typeList != null">
|
|
|
|
+ AND sb.type_id in
|
|
|
|
+ <foreach item="item" index="index" collection="typeList" open="(" close=")" separator=",">
|
|
|
|
+ #{item}
|
|
|
|
+ </foreach>
|
|
|
|
+ </if>
|
|
<if test="useType != null">
|
|
<if test="useType != null">
|
|
and sb.use_type = #{useType}
|
|
and sb.use_type = #{useType}
|
|
</if>
|
|
</if>
|