Browse Source

返回值处理

WH01243 1 year ago
parent
commit
0b0a6103a4
1 changed files with 0 additions and 5 deletions
  1. 0 5
      service/company.go

+ 0 - 5
service/company.go

@@ -1,7 +1,6 @@
 package service
 
 import (
-	"fmt"
 	"github.com/gogf/gf/v2/util/gconv"
 	"log"
 	"strconv"
@@ -277,7 +276,6 @@ func DistributeClueShow(this *biservice.DistributeClueShowReq, allocationCap int
 					if !r.FullStatus {
 						if this.DataType == 1 {
 							if k1 == 0 {
-								log.Println(r)
 								minCount = r.CompanyCounts
 								break
 							}
@@ -288,7 +286,6 @@ func DistributeClueShow(this *biservice.DistributeClueShowReq, allocationCap int
 						}
 					}
 				}
-				fmt.Println(121212, minCount)
 				for _, r := range rdata {
 					if !r.FullStatus {
 						if this.DataType == 1 {
@@ -330,8 +327,6 @@ func DistributeClueShow(this *biservice.DistributeClueShowReq, allocationCap int
 						}*/
 					}
 				}
-
-				fmt.Println(222, minIndex)
 				if minIndex == -1 {
 					continue
 				}