This commit is contained in:
aozhiwei 2024-06-28 12:33:56 +08:00
parent b41d63fcbb
commit af0bd957c2

View File

@ -374,7 +374,7 @@ func (this *dbPool) StreamPageQuery(
finalySql += " " + orderBy + " "
}
finalySql += fmt.Sprintf(" LIMIT %d ", pageSize + 1)
GetSysLog().Info("finalySql:%s", finalySql)
//GetSysLog().Info("finalySql:%s", finalySql)
this.queryOne(
dataSource,
finalySql,