This commit is contained in:
skiffer-git
2022-05-22 15:09:21 +08:00
parent 31e0a8a88b
commit 821ad4de2e
2 changed files with 7 additions and 1 deletions
+3
View File
@@ -884,6 +884,9 @@ func generateWorkMomentCommentID(workMomentID string) string {
func getCurrentTimestampByMill() int64 {
return time.Now().UnixNano() / 1e6
}
func GetCurrentTimestampByMill() int64 {
return time.Now().UnixNano() / 1e6
}
func getSeqUid(uid string, seq uint32) string {
seqSuffix := seq / singleGocMsgNum