修正导入表权限标识

duhanyu
RuoYi 4 years ago
parent 32f333a00e
commit 99726be9ac

@ -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) @Log(title = "代码生成", businessType = BusinessType.IMPORT)
@PostMapping("/importTable") @PostMapping("/importTable")
public AjaxResult importTableSave(String tables) public AjaxResult importTableSave(String tables)

Loading…
Cancel
Save