This commit is contained in:
aozhiwei 2024-07-22 13:47:31 +08:00
parent 65c7e67581
commit c80bf38df9

View File

@ -158,6 +158,7 @@ func (this *dbPool) BatchLoadFullTable(
}
for ds.Next() {
idx := q5.ToInt64(ds.GetByName("idx"))
fmt.Println("BatchLoadFullTable idx:%d lastIdx:%d", idx, lastIdx)
doCb(ds)
if idx > lastIdx {
lastIdx = idx