This commit is contained in:
aozhiwei 2024-07-04 18:08:40 +08:00
parent 1d17c0c75a
commit ac6d1f71f5

View File

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