瀏覽代碼

回收站操作人查询优化

lvy 1 月之前
父節點
當前提交
2be0c48812

+ 1 - 1
blade-service/blade-business/src/main/java/org/springblade/business/mapper/RecycleBinInfoMapper.xml

@@ -90,6 +90,6 @@
             <foreach collection="ids" item="id" separator=",">
                 #{id}
             </foreach>
-            ) and is_deleted = 0 group by del_root_id )  group by del_root_id, del_root_name having count(1) > 1
+            ) and is_deleted = 0 group by del_root_id ) and status = 0  group by del_root_id, del_root_name having count(1) > 1
     </select>
 </mapper>