zhangnaisong
2024-04-30 957bccef00652f6f239a9e0dd6f58be4dc37fe09
ard-work/src/main/java/com/ruoyi/app/position/controller/ArdAppPositionController.java
@@ -239,7 +239,7 @@
        }
    }
    @GetMapping("/getAPPPositionByUserIdAndTime")
    @PostMapping("/getAPPPositionByUserIdAndTime")
    @ApiOperation("查看APP历史位置")
    public AjaxResult getAPPPositionByUserIdAndTime(@RequestBody Map<String,String> para) {
        try{
@@ -251,10 +251,10 @@
        }
    }
    @GetMapping("/getAPPSoilderByCommanderId")
    public AjaxResult getAPPSoilderByCommanderId() {
    @GetMapping("/getOnlineAPPSoilderByCommanderId")
    public AjaxResult getOnlineAPPSoilderByCommanderId() {
        String userId = SecurityUtils.getUserId();
        return success(ardAppPositionService.getAPPSoilderByCommanderId(userId));
        return success(ardAppPositionService.getOnlineAPPSoilderByCommanderId(userId));
    }
}