大屏接口分页

This commit is contained in:
hongchao 2025-10-20 17:04:12 +08:00
parent f5d5a06719
commit d8e024e5b8
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ public class PushProDataUseInfoController extends BaseController {
* @return
*/
@PostMapping(value = "getProDataDetails")
public TableDataInfo getProDataDetails(@RequestBody ProIdsBean bean) {
@GetMapping(value = "getProDataDetails")
public TableDataInfo getProDataDetails( ProIdsBean bean) {
try {
startPage();
List<MachineInfoBean> results = service.getProDataDetails(bean);