xuzhiheng 1 рік тому
батько
коміт
a40d261c8d
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      service/company.go

+ 2 - 0
service/company.go

@@ -56,6 +56,8 @@ func DistributeClueShow(this *biservice.DistributeClueShowReq) *biservice.Distri
 		if this.DataType == 1 {
 			m.CompanyCount = 0
 			m.MinCount = 0
+		} else {
+			m.CompanyCount = c.DistributedCount
 		}
 		rdata = append(rdata, m)
 		pArr = append(pArr, strconv.FormatInt(c.PositionId, 10))