浏览代码

Merge branch 'dev_v1.0.23_wh' of BaseService/biService into feature/v1.0.23

王浩 1 年之前
父节点
当前提交
d0dc370e3e
共有 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 {