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