修复港务局调用视频定位接口报错问题
parent
1fb7eead4a
commit
0294238861
|
@ -157,7 +157,6 @@ public class SyncGateVideoController extends BaseController {
|
|||
Map<String,Object> map = new HashMap<String,Object>();
|
||||
String errInfo = "success";
|
||||
PageData pd = new PageData();
|
||||
pd.put("CORPINFO_ID", Jurisdiction.getCORPINFO_ID());
|
||||
List<PageData> videoList = gateVideoService.listAllForMap(pd); //根据ID读取
|
||||
map.put("varList", videoList);
|
||||
map.put("result", errInfo);
|
||||
|
|
Loading…
Reference in New Issue