fix_bug 修复遗漏的拼写错误

This commit is contained in:
donghaoran 2022-03-07 21:30:26 +08:00
parent 8b3d75a6a0
commit 2444fcc646

View File

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