Pre Merge pull request !101 from reset/feature/cl

pull/101/MERGE
reset 3 years ago committed by Gitee
commit e21e731628
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -37,7 +37,7 @@ public class ExtendGroupBO {
.isShow(e.getIsShow())
.key(e.getId())
.name(e.getGroupName())
.viewAttr(e.getId() <= 0 ? 1 : 2)
.viewAttr(e.getIsSystemDefault() == 0 ? 1 : 2)
.pid(e.getPid())
.build()).collect(Collectors.toList());

Loading…
Cancel
Save