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}