正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -101,7 +101,7 @@ public class GenController extends BaseController | @@ -101,7 +101,7 @@ public class GenController extends BaseController | ||
| 101 | /** | 101 | /** |
| 102 | * 导入表结构(保存) | 102 | * 导入表结构(保存) |
| 103 | */ | 103 | */ |
| 104 | - @PreAuthorize("@ss.hasPermi('tool:gen:list')") | 104 | + @PreAuthorize("@ss.hasPermi('tool:gen:import')") |
| 105 | @Log(title = "代码生成", businessType = BusinessType.IMPORT) | 105 | @Log(title = "代码生成", businessType = BusinessType.IMPORT) |
| 106 | @PostMapping("/importTable") | 106 | @PostMapping("/importTable") |
| 107 | public AjaxResult importTableSave(String tables) | 107 | public AjaxResult importTableSave(String tables) |
-
请 注册 或 登录 后发表评论