mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
@@ -88,6 +88,7 @@ func CreateSubTableField(productId, ty string, fields map[string]interface{}) {
|
||||
for key, value := range fields {
|
||||
group.Add(1)
|
||||
go func(key string, value any) {
|
||||
defer group.Done()
|
||||
if key == "ts" {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user