|
@@ -63,6 +63,7 @@ public class CorpMsgAuditController {
|
|
|
}
|
|
}
|
|
|
if(StringUtils.isNotBlank(tagId)){
|
|
if(StringUtils.isNotBlank(tagId)){
|
|
|
builder.put("tag", String.format( "and cr.id = t.relation_id and t.tag_id = %s", tagId));
|
|
builder.put("tag", String.format( "and cr.id = t.relation_id and t.tag_id = %s", tagId));
|
|
|
|
|
+ builder.put("tagTable", ",corp_user_tag t");
|
|
|
}
|
|
}
|
|
|
if (StringUtils.isNotBlank(followId)) {
|
|
if (StringUtils.isNotBlank(followId)) {
|
|
|
builder.field(CorpMsgAuditUserView::getFollowId, followId).op(Operator.Equal);
|
|
builder.field(CorpMsgAuditUserView::getFollowId, followId).op(Operator.Equal);
|