From 328add9a80c8588ff22f1836d7aa3f4824374181 Mon Sep 17 00:00:00 2001 From: Administrator <admin> Date: Thu, 22 Jul 2021 12:01:46 +0800 Subject: [PATCH] 1.派遣记录接口修改 2.培训报名查询接口修改 3.指令新增,修改,删除接口修改 --- src/main/java/org/springblade/modules/location/service/LiveLocationService.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/java/org/springblade/modules/location/service/LiveLocationService.java b/src/main/java/org/springblade/modules/location/service/LiveLocationService.java index 8ea57a3..cf6f1c9 100644 --- a/src/main/java/org/springblade/modules/location/service/LiveLocationService.java +++ b/src/main/java/org/springblade/modules/location/service/LiveLocationService.java @@ -35,4 +35,10 @@ * @return */ List<LocusVo> getLocusInfoList(LiveLocationVo liveLocationVo); + + /** + * 首页实时定位 + * @return + */ + List<LiveLocationVo> getLiveLocationVoList(LiveLocationVo liveLocationVo); } -- Gitblit v1.9.3