Răsfoiți Sursa

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

lichangdong 3 zile în urmă
părinte
comite
85e1cf3030

+ 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 {