WH01243 2 년 전
부모
커밋
1174a0f708
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      jyBXSubscribe/api/internal/logic/subscribeListLogic.go

+ 1 - 2
jyBXSubscribe/api/internal/logic/subscribeListLogic.go

@@ -53,8 +53,7 @@ func (l *SubscribeListLogic) SubscribeList(req *types.SubscribeReq) (resp *types
 		}
 		if len(matchkeysArr) != 0 {
 			matchkeys = strings.Join(matchkeysArr, ",")
-			matchkeys=strings.ReplaceAll(matchkeys, " ", ",")
-		}
+			matchkeys = strings.ReplaceAll(matchkeys, " ", ",")
 		}
 	} else {
 		matchkeys = req.KeyWords