浏览代码

Merge branch 'feature/531-bowen-wecom' into debug

lichangdong 3 天之前
父节点
当前提交
85e1cf3030
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      internal/logic/label_relationship/get_label_relationship_list_logic.go

+ 1 - 1
internal/logic/label_relationship/get_label_relationship_list_logic.go

@@ -90,7 +90,7 @@ func (l *GetLabelRelationshipListLogic) GetLabelRelationshipList(req *types.Labe
 	if req.Type != nil {
 		conPreds = append(conPreds, contact.TypeEQ(*req.Type))
 	} else {
-		conPreds = append(conPreds, contact.Or(contact.TypeEQ(1), contact.TypeEQ(2)))
+		conPreds = append(conPreds, contact.Or(contact.TypeEQ(1), contact.TypeEQ(2), contact.TypeEQ(4)))
 	}
 
 	if req.Nickname != nil {