分页bug
This commit is contained in:
@@ -25,8 +25,8 @@ public class PerformanceReportController extends BaseController {
|
||||
@Autowired
|
||||
private IPerformanceTestCaseReportService performanceTestCaseReportService;
|
||||
|
||||
@PostMapping("/list")
|
||||
public TableDataInfo list(@RequestBody PerformanceTestCaseReport input)
|
||||
@GetMapping("/list")
|
||||
public TableDataInfo list(PerformanceTestCaseReport input)
|
||||
{
|
||||
startPage();
|
||||
input.setDelFlag("0");
|
||||
|
||||
Reference in New Issue
Block a user