1
This commit is contained in:
parent
a038d666cb
commit
b41d63fcbb
@ -370,10 +370,10 @@ func (this *dbPool) StreamPageQuery(
|
||||
if filter != nil {
|
||||
finalySql += filter.GenSql()
|
||||
}
|
||||
finalySql += fmt.Sprintf(" LIMIT %d ", pageSize + 1)
|
||||
if orderBy != "" {
|
||||
finalySql += " " + orderBy + " "
|
||||
}
|
||||
finalySql += fmt.Sprintf(" LIMIT %d ", pageSize + 1)
|
||||
GetSysLog().Info("finalySql:%s", finalySql)
|
||||
this.queryOne(
|
||||
dataSource,
|
||||
|
Loading…
x
Reference in New Issue
Block a user