忘了删除之前的callback回调

This commit is contained in:
一墨染尽青衣颜
2018-08-14 16:37:29 +08:00
parent 4c89e99d52
commit ec535a024e

View File

@ -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
}