| | |
| | | @RequestMapping("/security/eventInfo") |
| | | public class EventInfoController { |
| | | |
| | | private static final String prefix = "security/eventInfo"; |
| | | private static final String prefix = "security"; |
| | | |
| | | @Resource |
| | | private EventInfoManager eventInfoManager; |
| | |
| | | //设备数据 |
| | | model.addAttribute("cameraList", commonManager.listCameraData()); |
| | | //库区数据 |
| | | model.addAttribute("deptList", commonManager.listDeptData(null)); |
| | | model.addAttribute("deptList", commonManager.listDeptData(defaultCompany)); |
| | | //业务类型数据 |
| | | List<Map<String, String>> bizTypeList = new ArrayList<>(); |
| | | for (WarnType type : WarnType.values()) { |