فهرست منبع

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 {