|
|
@ -166,7 +166,7 @@ func ParseBinlog() {
|
|
|
|
if outPath != "" {
|
|
|
|
if outPath != "" {
|
|
|
|
add2Xlsx(owrt, tx, foundCount)
|
|
|
|
add2Xlsx(owrt, tx, foundCount)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if foundCount >= counts {
|
|
|
|
if counts > 0 && foundCount >= counts {
|
|
|
|
return false
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return true
|
|
|
|
return true
|
|
|
|