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

pull/164/MERGE
董浩然 4 years ago committed by Gitee
commit aa2e231519

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

Loading…
Cancel
Save