浏览代码

删除相册

suochencheng 6 年之前
父节点
当前提交
01bcb67b56
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      src/main/java/com/izouma/awesomeadmin/dao/OrderAlbumMapper.xml

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