megagao / production_ssm

这是一个SSM(Spring+SpringMVC+Mybatis)+jQuery EasyUI开发的ERP系统。
1.07k stars 610 forks source link

没有对应的方法却能被访问到。 #29

Open MrzNaruto opened 5 years ago

MrzNaruto commented 5 years ago

work_list.jsp中有一个add_judge方法,但是对应的workController里面并没有这个方法,但是这个add_judge方法却又被访问了,是怎么回事呢?求解答,谢谢。

MrzNaruto commented 5 years ago

image

lizesi commented 5 years ago

类:com.megagao.production.ssm.controller.AuthorityJudgeController

方法 @RequestMapping("*/*_judge") public Map<String,Object> authorityJudge(HttpServletRequest request) throws Exception;

源码

MrzNaruto commented 5 years ago

非常感谢!