...
This commit is contained in:
parent
2554184b0b
commit
737c255035
|
@ -306,7 +306,7 @@ public class WaterPointController {
|
||||||
" `year`," +
|
" `year`," +
|
||||||
" `month` " +
|
" `month` " +
|
||||||
" ORDER BY " +
|
" ORDER BY " +
|
||||||
" `month`", water_point_id, year);
|
" `month`;", water_point_id, year);
|
||||||
return Result.success(jdbcTemplate.queryForList(sql));
|
return Result.success(jdbcTemplate.queryForList(sql));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue