八项作业,摄像头,体系文件
parent
5678f4451d
commit
77830f3e83
|
@ -4,6 +4,7 @@ import com.zcloud.controller.base.BaseController;
|
||||||
import com.zcloud.entity.PageData;
|
import com.zcloud.entity.PageData;
|
||||||
import com.zcloud.service.bus.RiskUnitService;
|
import com.zcloud.service.bus.RiskUnitService;
|
||||||
import com.zcloud.service.keyProjects.PlatformvideomanagementService;
|
import com.zcloud.service.keyProjects.PlatformvideomanagementService;
|
||||||
|
import com.zcloud.util.ReturnMap;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.stereotype.Controller;
|
import org.springframework.stereotype.Controller;
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
|
@ -29,7 +30,9 @@ public class CzksObtainDisplayDataController extends BaseController {
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
public Object listAllCameraForMap() throws Exception{
|
public Object listAllCameraForMap() throws Exception{
|
||||||
PageData pd = this.getPageData();
|
PageData pd = this.getPageData();
|
||||||
return platformvideomanagementService.listAllForMap(pd);
|
ReturnMap returnMap = new ReturnMap();
|
||||||
|
returnMap.put("data", platformvideomanagementService.listAllForMap(pd));
|
||||||
|
return returnMap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue