From 980fcf8b886a4c419bdbd67f65b4e8a852fa7f2b Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Fri, 10 Jan 2020 15:12:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=B7=AF=E5=BE=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../esua/epdc/controller/ApiActUserRelationController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esua-epdc/epdc-module/epdc-api/epdc-api-server/src/main/java/com/elink/esua/epdc/controller/ApiActUserRelationController.java b/esua-epdc/epdc-module/epdc-api/epdc-api-server/src/main/java/com/elink/esua/epdc/controller/ApiActUserRelationController.java index f550bb387..34155f8d2 100644 --- a/esua-epdc/epdc-module/epdc-api/epdc-api-server/src/main/java/com/elink/esua/epdc/controller/ApiActUserRelationController.java +++ b/esua-epdc/epdc-module/epdc-api/epdc-api-server/src/main/java/com/elink/esua/epdc/controller/ApiActUserRelationController.java @@ -137,7 +137,7 @@ public class ApiActUserRelationController { * @author wanggongfeng * @date 2019/12/13 14:41 */ - @GetMapping("clockList/{actId}") + @GetMapping("clockList") public Result getClockList(@LoginUser TokenDto tokenDto, @PathVariable("actId") String actId) { Result result = actUserRelationService.getClockList(actId); EpdcAppClockListDTO epdcAppClockListDTO = ConvertUtils.sourceToTarget(result.getData(), EpdcAppClockListDTO.class); @@ -155,7 +155,7 @@ public class ApiActUserRelationController { * @author wanggongfeng * @date 2019/12/13 14:41 */ - @GetMapping("clockAddressDetail/{actId}") + @GetMapping("clockAddressDetail") public Result clockAddressDetail(@PathVariable("actId") String actId) { return actUserRelationService.clockAddressDetail(actId);