find:()修改接口名称 优化方法

master
Yueng 2024-09-09 00:26:47 +08:00
parent d62ef56efc
commit 53416467ce
3 changed files with 1345 additions and 1259 deletions

View File

@ -73,9 +73,21 @@ public class DataLinkController {
*/
@PostMapping("/findSelectTableShow")
public Result<List<TableNames>> findSelectTableShow(
@RequestParam("dataTableName") String dataTableName){
@RequestParam(value = "dataTableName") String dataTableName){
List<TableNames> longs = dataLinkService.findSelectTableShow(dataTableName);
return Result.success(longs);
}
// /**
// * 查询表数据dashuju表
// * @param dataTableName 查看表下的所有数据
// * @return 反护试图
// */
// @PostMapping("/AddInsertTableShow")
// public Result<List<TableNames>> AddInsertTableShow(
// @RequestParam("dataTableName") String dataTableName){
// List<TableNames> longs = dataLinkService.AddInsertTableShow(dataTableName);
// return Result.success(longs);
// }
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff