!164 fix_bug 修复遗漏的拼写错误

Merge pull request !164 from 董浩然/fix_bug
product
若依 2022-03-09 01:38:20 +00:00 committed by Gitee
commit 14cd3e2c6a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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();