mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud.git
synced 2025-06-07 06:18:59 +00:00
fix_bug 修复遗漏的拼写错误
This commit is contained in:
parent
8b3d75a6a0
commit
2444fcc646
@ -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…
Reference in New Issue
Block a user