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