浏览代码

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

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

+ 1 - 1
service/company.go

@@ -50,7 +50,7 @@ func FindUpperLimit(positionId int64) bool {
 	if positionId == 0 {
 		return false
 	}
-	return JyBiTidb.CountBySql(`select count(1) from dwd_f_crm_clue_info where position_id=? and trailstatus!= '08' `, positionId) >= 400
+	return JyBiTidb.CountBySql(`select count(1) from dwd_f_crm_clue_info where position_id=?  and is_transfer != 1 `, positionId) >= 400
 }
 
 // CompanyCount 分配的数量