浏览代码

返回值处理

WH01243 1 年之前
父节点
当前提交
086e898170
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/company.go

+ 1 - 1
service/company.go

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