Browse Source

条数显示不对处理

WH01243 1 năm trước cách đây
mục cha
commit
7e4cac3405
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      api/internal/service/owner.go

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

@@ -1193,7 +1193,6 @@ 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
 			}