connID to md5

This commit is contained in:
wangchuxiao
2023-03-13 18:58:45 +08:00
parent 54a74c0b82
commit 0b1c198dfe
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ func GetOperationID(ctx context.Context) string {
return f.OperationID
}
}
return utils.GetFuncName(2)
return utils.GetFuncName(3)
}
func GetOpUserID(ctx context.Context) string {