数据源

master
lwj 2024-08-22 01:13:41 +08:00
parent 52f6ae70b0
commit c9c960a9ec
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class SourceController extends BaseController {
@PostMapping("/list")
public Result<TableDataInfo<Source>> list(SourceReq sourceReq) {
public Result<TableDataInfo<Source>> list(@RequestBody SourceReq sourceReq) {
startPage();
List<Source> list = sourceService.selectSourceList(sourceReq);
return getDataTable(list);