| | |
| | | } |
| | | |
| | | @PostMapping("/sendCheckCommandersPosition") |
| | | @ApiOperation("发起查看指挥端位置") |
| | | //@ApiOperation("发起查看指挥端位置") |
| | | public AjaxResult sendCheckCommandersPosition(@RequestBody Map<String,Object> para) { |
| | | String usersId = SecurityUtils.getUserId(); |
| | | try{ |
| | |
| | | } |
| | | |
| | | @PostMapping("/sendCheckSYCarsPosition") |
| | | @ApiOperation("发起查看车辆位置") |
| | | //@ApiOperation("发起查看车辆位置") |
| | | public AjaxResult sendCheckSYCarsPosition(@RequestBody Map<String,Object> para) { |
| | | String usersId = SecurityUtils.getUserId(); |
| | | try{ |
| | |
| | | } |
| | | |
| | | @GetMapping("/getCheckPosition") |
| | | @ApiOperation("指挥端查看位置申请") |
| | | //@ApiOperation("指挥端查看位置申请") |
| | | public AjaxResult getCheckPosition() { |
| | | String usersId = SecurityUtils.getUserId(); |
| | | try{ |
| | |
| | | } |
| | | |
| | | @PutMapping("/approvalCheckPosition") |
| | | @ApiOperation("指挥端审批申请") |
| | | //@ApiOperation("指挥端审批申请") |
| | | public AjaxResult approvalCheckPosition(@RequestBody Map<String,String> para) { |
| | | String commanderId = SecurityUtils.getUserId(); |
| | | try{ |
| | |
| | | } |
| | | |
| | | @GetMapping("/getCheckPositionTrue") |
| | | @ApiOperation("指挥端查看通过的申请") |
| | | //@ApiOperation("指挥端查看通过的申请") |
| | | public AjaxResult getCheckPositionTrue() { |
| | | String commanderId = SecurityUtils.getUserId(); |
| | | try{ |
| | |
| | | } |
| | | |
| | | @GetMapping("/getCheckPositionOwn") |
| | | @ApiOperation("单兵端查看已审批的申请") |
| | | //@ApiOperation("单兵端查看已审批的申请") |
| | | public AjaxResult getCheckPositionOwn() { |
| | | String soilderId = SecurityUtils.getUserId(); |
| | | try{ |
| | |
| | | } |
| | | |
| | | @PutMapping("/approvalCheckPositionOwn") |
| | | @ApiOperation("单兵端审批更改查看标记") |
| | | //@ApiOperation("单兵端审批更改查看标记") |
| | | public AjaxResult approvalCheckPositionOwn(@RequestBody Map<String,String> para) { |
| | | String soilderId = SecurityUtils.getUserId(); |
| | | try{ |
| | |
| | | } |
| | | |
| | | @GetMapping("/getSendPositionTrue") |
| | | @ApiOperation("单兵端查看通过的申请") |
| | | //@ApiOperation("单兵端查看通过的申请") |
| | | public AjaxResult getSendPositionTrue() { |
| | | String soilderId = SecurityUtils.getUserId(); |
| | | try{ |
| | |
| | | } |
| | | |
| | | @GetMapping("/getCheckPositionNo") |
| | | @ApiOperation("PC端查看未审批的申请") |
| | | //@ApiOperation("PC端查看未审批的申请") |
| | | public AjaxResult getCheckPositionNo() {// |
| | | String commanderId = SecurityUtils.getUserId(); |
| | | try{ |
| | |
| | | } |
| | | |
| | | @PostMapping("/getSoilderAndCarPositionByCommanderIdNear") |
| | | @ApiOperation("PC端指挥端查看单兵端及车辆位置") |
| | | //@ApiOperation("PC端指挥端查看单兵端及车辆位置") |
| | | public AjaxResult getSoilderAndCarPositionByCommanderIdNear(@RequestBody Map<String, Double> para) { |
| | | String commanderId = SecurityUtils.getUserId(); |
| | | try{ |