Ver Fonte

返回值处理

WH01243 há 1 ano atrás
pai
commit
086e898170
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      service/company.go

+ 1 - 1
service/company.go

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