Commit 964e4564 authored by Quxl's avatar Quxl

x

parent 5109ae9e
......@@ -172,7 +172,6 @@ public class ReviewServiceImpl implements ReviewService {
+ "rre.ext_type, "
+ "rre.ext_name ";
sql = "select @rownum:=@rownum+1 as rownum, t.* from (" + sql + ") t, (select @rownum:=0) row order by t.ext_score_avg ";
return jdbcTemplate.limit(sql, page, where.getObjectList());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment