修正导入表权限标识

This commit is contained in:
RuoYi 2021-05-11 14:26:20 +08:00
parent 32f333a00e
commit 99726be9ac
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ public class GenController extends BaseController
/**
* 导入表结构保存
*/
@PreAuthorize("@ss.hasPermi('tool:gen:list')")
@PreAuthorize("@ss.hasPermi('tool:gen:import')")
@Log(title = "代码生成", businessType = BusinessType.IMPORT)
@PostMapping("/importTable")
public AjaxResult importTableSave(String tables)