ruoyi-modules/ruoyi-shop/src/main/java/com/ruoyi/shop/controller/management/MgtShopController.java
@@ -141,7 +141,7 @@ } @RequestMapping(value = "/mgtReplayShopSuggest", method = RequestMethod.POST) @ApiOperation(value = "平台回复会员建议") @ApiOperation(value = "平台回复建议") public R mgtReplayShopSuggest(@RequestBody MgtReplayShopSuggestDto mgtReplayShopSuggestDto) { Long userId = SecurityUtils.getUserId(); mgtReplayShopSuggestDto.setUserId(userId);