|
@@ -51,7 +51,7 @@ public class OrderCommentLogic {
|
|
|
CurrentCompanyWechat currentCompanyWechat = commonLogic.getCurrentCompanyWechat(request);
|
|
|
String companyWechatId = currentCompanyWechat.getCurrentCompanyWechatId();
|
|
|
|
|
|
- List<CommentTag> list = commentTagService.lambdaQuery().eq(CommentTag::getCompanyId,companyWechatId).list();
|
|
|
+ List<CommentTag> list = commentTagService.lambdaQuery().list();
|
|
|
return list;
|
|
|
}
|
|
|
|