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