浏览代码

代码恢复

WH01243 1 年之前
父节点
当前提交
dae7742e27
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 {