From db69e6a02f18a3440dd77aef648b56a964b91021 Mon Sep 17 00:00:00 2001
From: zqy <2522236926@qq.com>
Date: 星期二, 06 八月 2024 19:23:11 +0800
Subject: [PATCH] 修改导入用户,注册bug
---
zhang-content/src/main/java/com/ruoyi/service/impl/ZfCollectionShaServiceImpl.java | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/zhang-content/src/main/java/com/ruoyi/service/impl/ZfCollectionShaServiceImpl.java b/zhang-content/src/main/java/com/ruoyi/service/impl/ZfCollectionShaServiceImpl.java
index 143bdfd..c894889 100644
--- a/zhang-content/src/main/java/com/ruoyi/service/impl/ZfCollectionShaServiceImpl.java
+++ b/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 ) {
--
Gitblit v1.9.1