소스 검색

代码修改

WH01243 1 년 전
부모
커밋
2f2713d01f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)
 }