|
@@ -29,6 +29,7 @@ public class EmailMailboxServiceImpl extends ServiceImpl<EmailMailboxMapper, Ema
|
|
.select(BaseEntity::getId, EmailMailbox::getParentId, EmailMailbox::getName)
|
|
.select(BaseEntity::getId, EmailMailbox::getParentId, EmailMailbox::getName)
|
|
.eq(EmailMailbox::getEmail, email)
|
|
.eq(EmailMailbox::getEmail, email)
|
|
.eq(EmailMailbox::getIsShow, true)
|
|
.eq(EmailMailbox::getIsShow, true)
|
|
|
|
+ .orderByAsc(EmailMailbox::getSort)
|
|
);
|
|
);
|
|
|
|
|
|
return TreeUtil.buildTree("name", list);
|
|
return TreeUtil.buildTree("name", list);
|