日期正序
This commit is contained in:
parent
1aaeee1bfd
commit
66f6f73db3
|
@ -255,7 +255,7 @@ public class WaterPointController {
|
|||
" ORDER BY " +
|
||||
"`year` DESC," +
|
||||
"`month` DESC," +
|
||||
"`day` DESC;", water_point_id, year, month);
|
||||
"`day`;", water_point_id, year, month);
|
||||
return Result.success(jdbcTemplate.queryForList(sql));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue