Pre Merge pull request !164 from 董浩然/fix_bug

This commit is contained in:
董浩然 2022-03-07 13:32:51 +00:00 committed by Gitee
commit aa2e231519
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class GenController extends BaseController
/**
* 查询数据表字段列表
*/
@GetMapping(value = "/column/{talbleId}")
@GetMapping(value = "/column/{tableId}")
public TableDataInfo columnList(Long tableId)
{
TableDataInfo dataInfo = new TableDataInfo();