Browse Source

代码恢复

WH01243 1 year ago
parent
commit
dae7742e27
1 changed files with 1 additions and 0 deletions
  1. 1 0
      clueSync/jobutil.go

+ 1 - 0
clueSync/jobutil.go

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