@@ -525,6 +525,7 @@ func FindUpperLimit(positionId string, dataType string) bool {
if positionId == "" {
return false
}
+ fmt.Println(2222)
if dataType == "positionId" {
return TiDb.CountBySql(`select count(1) from dwd_f_crm_clue_info where position_id=? and is_assign=1 and trailstatus != '08' `, positionId) >= 400
} else {