修复遗漏的拼写错误

This commit is contained in:
RuoYi
2022-03-09 10:05:39 +08:00
parent bc4f844cd8
commit 62fc38078c
2 changed files with 7 additions and 8 deletions

View File

@ -88,7 +88,7 @@ public class GenController extends BaseController
* 查询数据表字段列表
*/
@PreAuthorize("@ss.hasPermi('tool:gen:list')")
@GetMapping(value = "/column/{talbleId}")
@GetMapping(value = "/column/{tableId}")
public TableDataInfo columnList(Long tableId)
{
TableDataInfo dataInfo = new TableDataInfo();