This commit is contained in:
Leufolium 2024-07-28 18:48:38 +08:00
parent 3341e41f2e
commit 99adde1202
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ func main() {
if ok {
count = zone.GetZoneMomentCount()
}
str := fmt.Sprintf("%v %v %v %v %v\n", mid, name, userId, phoneStr, count)
str := fmt.Sprintf("%v\t%v\t%v\t%v\t%v\t%v\n", mid, name, userId, phoneStr, count, zone.GetId())
fmt.Printf("%v", str)
writer.WriteString(str)
}