|
@@ -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
|
|
|
}
|