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

Merge pull request !164 from 董浩然/fix_bug
pull/165/MERGE
若依 3 years ago committed by Gitee
commit 14cd3e2c6a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -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();

Loading…
Cancel
Save