소스 검색

日志添加

WH01243 1 년 전
부모
커밋
18741e6f03
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      api/internal/service/owner.go

+ 1 - 0
api/internal/service/owner.go

@@ -1174,6 +1174,7 @@ func (t *OwnerService) CandidateChannel() ([]*ResultData, int, int, int, int) {
 				value.IsMonitor = true
 			}
 			returnData[k] = value
+			fmt.Println(value.BuyerId, t.Type, value.SourceType)
 			if t.Type != "" && t.Type != value.SourceType {
 				continue
 			}