修改参数名
This commit is contained in:
parent
7aee9b2127
commit
85b18476d8
@ -40,9 +40,9 @@ public class PopulationInfoBigdataRouteController extends AbstractController {
|
||||
* @return
|
||||
*/
|
||||
@GetMapping("nation")
|
||||
public ModelAndView nation(@RequestParam String nation) {
|
||||
public ModelAndView nation(@RequestParam String name) {
|
||||
ModelAndView mv = new ModelAndView("populationinfo/list-bigdata");
|
||||
mv.addObject("params", "nation=" + nation);
|
||||
mv.addObject("params", "nation=" + name);
|
||||
return mv;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user