|
@ -219,7 +219,7 @@ public class WlyygcStatisticsService {
|
|
|
if(type!=null){
|
|
|
sql += " and a.type = '"+type+"'";
|
|
|
}
|
|
|
sql += "ORDER BY a.create_time desc limit "+(page*size)+","+size;
|
|
|
sql += "ORDER BY a.create_time desc limit "+(page-1)*size+","+size;
|
|
|
|
|
|
List<Map<String,Object>> res = jdbcTemplate.queryForList(sql);
|
|
|
for (Map<String,Object> map : res){
|