zqy
2024-08-02 a426fedf467748cd98fcb3733272cc99d9a9c05d
修改bug
1个文件已修改
4 ■■■■ 已修改文件
zhang-content/src/main/java/com/ruoyi/service/impl/ZfCollectionShaServiceImpl.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhang-content/src/main/java/com/ruoyi/service/impl/ZfCollectionShaServiceImpl.java
@@ -85,7 +85,6 @@
                za.setSysMenuId(2018L);
                za.setSysMenuId(2002L);
                addData(za);
            }
@@ -152,7 +151,6 @@
        lqw.eq(ZfShare::getSysMenuId,2018L);
        lqw.eq(ZfShare::getSysMenuId,2002L);
        List<ZfShare> beanRecords = list(lqw);
        List<ZfCollection> b1 = new ArrayList<>();
@@ -171,8 +169,6 @@
        lqw.eq(ZfShare::getShareId,getUserId());
        lqw.eq(ZfShare::getSysMenuId,2018L);
        lqw.eq(ZfShare::getSysMenuId,2002L);
        List<ZfShare> beanRecords = list(lqw);
        for (ZfShare beanRecord : beanRecords ) {