From fd85b7ad77e8123d1a639ef6ae545bc4c5a5ab17 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Wed, 19 Mar 2025 17:55:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3=EF=BC=8C?= =?UTF-8?q?=E5=8A=A1=E5=BF=85=E8=BF=94=E5=9B=9E=E8=A7=86=E9=A2=91=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ycwl/basic/controller/mobile/AppGoodsController.java | 1 - src/main/resources/mapper/SourceMapper.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/com/ycwl/basic/controller/mobile/AppGoodsController.java b/src/main/java/com/ycwl/basic/controller/mobile/AppGoodsController.java index 3a80258..bc1d732 100644 --- a/src/main/java/com/ycwl/basic/controller/mobile/AppGoodsController.java +++ b/src/main/java/com/ycwl/basic/controller/mobile/AppGoodsController.java @@ -67,7 +67,6 @@ public class AppGoodsController { @GetMapping("/sourceGoods/{sourceId}") public ApiResponse sourceGoodsInfo(@PathVariable("sourceId") Long sourceId) { - JwtInfo worker = JwtTokenUtil.getWorker(); return goodsService.sourceGoodsInfo(sourceId); } diff --git a/src/main/resources/mapper/SourceMapper.xml b/src/main/resources/mapper/SourceMapper.xml index df35dd5..0d88de9 100644 --- a/src/main/resources/mapper/SourceMapper.xml +++ b/src/main/resources/mapper/SourceMapper.xml @@ -86,7 +86,7 @@ where so.id = #{id} and ms.member_id = #{userId}