pull/101/MERGE^2
Chengliang 3 years ago
parent dfc1ce9484
commit 95744654b7

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

Loading…
Cancel
Save