浏览代码

日志添加

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
 			}