报错修复

0927cmt
songwenxuan 2024-05-07 15:31:30 +08:00
parent b4ec8333d5
commit 20cbbf0f74
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ public class SyncGateVideoController extends BaseController {
public Object listAllForMap() throws Exception{
Map<String,Object> map = new HashMap<String,Object>();
String errInfo = "success";
PageData pd = new PageData();
PageData pd = this.getPageData();
List<PageData> videoList = gateVideoService.listAllForMap(pd); //根据ID读取
map.put("varList", videoList);
map.put("result", errInfo);