注释修正

master
RuoYi 7 years ago committed by Limy
parent fdc31d86e3
commit 1983998a8b

@ -19,7 +19,7 @@ import com.ruoyi.project.system.menu.service.IMenuService;
import com.ruoyi.project.system.role.domain.Role; import com.ruoyi.project.system.role.domain.Role;
/** /**
* *
* *
* @author ruoyi * @author ruoyi
*/ */
@ -170,7 +170,7 @@ public class MenuController extends BaseController
* *
*/ */
@GetMapping("/selectMenuTree/{menuId}") @GetMapping("/selectMenuTree/{menuId}")
public String selectDeptTree(@PathVariable("menuId") Long menuId, Model model) public String selectMenuTree(@PathVariable("menuId") Long menuId, Model model)
{ {
model.addAttribute("treeName", menuService.selectMenuById(menuId).getMenuName()); model.addAttribute("treeName", menuService.selectMenuById(menuId).getMenuName());
return prefix + "/tree"; return prefix + "/tree";

Loading…
Cancel
Save