Ver Fonte

代码修改

WH01243 há 1 ano atrás
pai
commit
2f2713d01f
1 ficheiros alterados com 1 adições e 0 exclusões
  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)
 }