This commit is contained in:
parent
3341e41f2e
commit
99adde1202
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue