Kaynağa Gözat

代码修改

WH01243 1 yıl önce
ebeveyn
işleme
2f2713d01f
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      clueSync/jobutil.go

+ 1 - 0
clueSync/jobutil.go

@@ -298,6 +298,7 @@ func FindNumber(moudle string) string {
 		redis.Del("newother", yesterdayKey)
 	}
 	count := redis.Incr("newother", key)
+	log.Println("编号获取", moudle, fmt.Sprintf("%04d", count))
 	return fmt.Sprintf("%04d", count)
 }