|
@@ -274,7 +274,6 @@ func DistributeClueShow(this *biservice.DistributeClueShowReq, allocationCap int
|
|
|
isindexok := false
|
|
|
k1 := 0
|
|
|
for _, r := range rdata {
|
|
|
- minCount, minIndex = int64(0), -1
|
|
|
if !r.FullStatus {
|
|
|
if this.DataType == 1 {
|
|
|
if k1 == 0 {
|
|
@@ -289,6 +288,7 @@ func DistributeClueShow(this *biservice.DistributeClueShowReq, allocationCap int
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ fmt.Println(121212, minCount)
|
|
|
for _, r := range rdata {
|
|
|
if !r.FullStatus {
|
|
|
if this.DataType == 1 {
|