‘linchangsheng’ 2 weeks ago
parent
commit
40d5702296

+ 0 - 1
src/main/java/com/gree/mall/manager/logic/order/CommentTagLogic.java

@@ -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;