|
@@ -42,7 +42,6 @@ public class CommentTagLogic {
|
|
|
AdminUserCom adminUser = commonLogic.getAdminUser(request);
|
|
|
|
|
|
IPage<CommentTag> page = commentTagService.lambdaQuery()
|
|
|
- .in(CollectionUtils.isNotEmpty(adminUser.getAdminCompanyIds()),CommentTag::getCompanyWechatId,adminUser.getAdminCompanyIds())
|
|
|
.orderByDesc(CommentTag::getCreateTime)
|
|
|
.page(new Page<>(pageNo, pageSize));
|
|
|
return page;
|