|
|
@@ -282,11 +282,6 @@
|
|
|
<where>
|
|
|
and del_flag = 'N'
|
|
|
|
|
|
- <if test="record.baseRepairId != null and !"".equals(record.baseRepairId)">
|
|
|
- and id in ( SELECT image_id FROM order_album_repair_detail WHERE del_flag='N' and repair_id =
|
|
|
- #{record.baseRepairId})
|
|
|
- </if>
|
|
|
-
|
|
|
<if test="record.idStr != null and !"".equals(record.idStr)">
|
|
|
and id in (${record.idStr})
|
|
|
</if>
|