This commit is contained in:
parent
d8ccefd89b
commit
3341e41f2e
|
@ -680,7 +680,7 @@ func main() {
|
|||
count = zone.GetZoneMomentCount()
|
||||
}
|
||||
str := fmt.Sprintf("%v %v %v %v %v\n", mid, name, userId, phoneStr, count)
|
||||
fmt.Printf("%v\n", str)
|
||||
fmt.Printf("%v", str)
|
||||
writer.WriteString(str)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue