screen-api/src/main/java/com/moral/api/controller/SpecialDeviceController.java
@@ -33,6 +33,16 @@ private SpecialDeviceService specialDeviceService; /** * @return 返回请求成功后的对象信息 */ @GetMapping("getCarsByOrg") @ApiOperation(value = "获取当前组织下所有走航车列表", notes = "走航车轨迹") public ResultMessage getCarsInfo() { List<Map<String, Object>> response = specialDeviceService.getCarsInfo(); return ResultMessage.ok(response); } /** * @param request 请求信息 * @return 返回请求成功后的对象信息 */