mirror of
https://gitee.com/johng/gf
synced 2026-06-25 09:15:41 +08:00
忘了删除之前的callback回调
This commit is contained in:
@ -436,8 +436,6 @@ func (md *Model) Chunk(limit int, callback func(result Result, err error) bool)
|
||||
break
|
||||
}
|
||||
|
||||
callback(data, err)
|
||||
|
||||
if len(data) < limit {
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user