1
This commit is contained in:
parent
1d17c0c75a
commit
ac6d1f71f5
@ -357,7 +357,7 @@ func (this *dbPool) PageQuery(
|
||||
})
|
||||
}
|
||||
|
||||
func (this *dbPool) StreamPageQuery(
|
||||
func (this *dbPool) StreamPageQuery2(
|
||||
dataSource string,
|
||||
pageSize int32,
|
||||
cursor int64,
|
||||
@ -408,7 +408,7 @@ func (this *dbPool) StreamPageQuery(
|
||||
})
|
||||
}
|
||||
|
||||
func (this *dbPool) StreamPageQuery1(
|
||||
func (this *dbPool) StreamPageQuery(
|
||||
dataSource string,
|
||||
pageSize int32,
|
||||
cursor int64,
|
||||
|
Loading…
x
Reference in New Issue
Block a user