| | |
| | | } |
| | | } |
| | | |
| | | @GetMapping("/getAPPPositionByUserIdAndTime") |
| | | @PostMapping("/getAPPPositionByUserIdAndTime") |
| | | @ApiOperation("查看APP历史位置") |
| | | public AjaxResult getAPPPositionByUserIdAndTime(@RequestBody Map<String,String> para) { |
| | | try{ |
| | |
| | | } |
| | | } |
| | | |
| | | @GetMapping("/getAPPSoilderByCommanderId") |
| | | public AjaxResult getAPPSoilderByCommanderId() { |
| | | @GetMapping("/getOnlineAPPSoilderByCommanderId") |
| | | public AjaxResult getOnlineAPPSoilderByCommanderId() { |
| | | String userId = SecurityUtils.getUserId(); |
| | | return success(ardAppPositionService.getAPPSoilderByCommanderId(userId)); |
| | | return success(ardAppPositionService.getOnlineAPPSoilderByCommanderId(userId)); |
| | | } |
| | | |
| | | } |