@@ -73,7 +73,8 @@ public class ZymlServiceImpl implements IZymlService {
try {
String resources = "";
List<ZymlDTO> res = new ArrayList<>();
- if (StringUtils.isEmpty(SecurityUtils.getUsername())) {
+ //if (StringUtils.isEmpty(SecurityUtils.getUsername())) {
+ if (true) {
if ("parent".equals(param)) {
param = "";
resources = "parent";