| | |
| | | import com.fzzy.group.manager.GroupManager; |
| | | import com.fzzy.igds.constant.Constant; |
| | | import com.fzzy.igds.data.*; |
| | | import com.fzzy.igds.domain.Dept; |
| | | import com.fzzy.igds.domain.DicArea; |
| | | import com.fzzy.igds.domain.Slogan; |
| | | import com.fzzy.igds.domain.SnapRecord; |
| | | import com.fzzy.igds.domain.*; |
| | | import com.fzzy.igds.utils.ContextUtil; |
| | | import com.fzzy.igds.websocket.WebSocketPacket; |
| | | import com.fzzy.common.manager.CommonManager; |
| | |
| | | view.put("bizTag", WebSocketPacket.BIZ_TAG_COMMON); |
| | | |
| | | //查询库区信息 |
| | | List<Dept> deptList = groupManager.getAllDept(user.getCompanyId()); |
| | | List<Dept> deptList = groupManager.getDeptList(); |
| | | view.put("deptAllList", deptList); |
| | | |
| | | return prefix + "/index"; |
| | |
| | | view.put("bizTag", WebSocketPacket.BIZ_TAG_COMMON); |
| | | |
| | | //查询库区信息 |
| | | List<Dept> deptList = groupManager.getAllDept(user.getCompanyId()); |
| | | List<Dept> deptList = groupManager.getDeptList(); |
| | | view.put("deptList", deptList); |
| | | |
| | | return prefix + "/video"; |
| | |
| | | return groupManager.getGroupIndexData(param); |
| | | } |
| | | |
| | | /** |
| | | * @param param |
| | | * @return |
| | | */ |
| | | @RequestMapping("/camera-list") |
| | | @ResponseBody |
| | | public PageResponse<List<Camera>> cameraList(@RequestBody IgdsBaseParam param) { |
| | | |
| | | return groupManager.cameraList(param); |
| | | } |
| | | |
| | | /** |
| | | * 首页--库区信息统计 |