|
@@ -145,7 +145,7 @@ public class WxMagnetServiceImpl implements IWxMagnetService
|
|
Long roleId = role.getRoleId();
|
|
Long roleId = role.getRoleId();
|
|
List<Ztree> ztrees = new ArrayList<Ztree>();
|
|
List<Ztree> ztrees = new ArrayList<Ztree>();
|
|
WxMagnet wxMagnet = new WxMagnet();
|
|
WxMagnet wxMagnet = new WxMagnet();
|
|
- wxMagnet.setVisible("0");
|
|
|
|
|
|
+ //wxMagnet.setVisible("0");
|
|
List<WxMagnet> wxMagnetList;
|
|
List<WxMagnet> wxMagnetList;
|
|
if (user.isAdmin())
|
|
if (user.isAdmin())
|
|
{
|
|
{
|