suochencheng 6 роки тому
батько
коміт
01bcb67b56

+ 0 - 5
src/main/java/com/izouma/awesomeadmin/dao/OrderAlbumMapper.xml

@@ -282,11 +282,6 @@
         <where>
             and del_flag = 'N'
 
-            <if test="record.baseRepairId != null and !&quot;&quot;.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 !&quot;&quot;.equals(record.idStr)">
                 and id in (${record.idStr})
             </if>