ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/management/MgtLotteryEventController.java
@@ -37,7 +37,7 @@ @RequestMapping(value = "/editLotteryEvent", method = RequestMethod.POST) @Log(title = "抽奖管理", businessType = BusinessType.UPDATE,operContent = "编辑抽奖活动") @ApiOperation(value = "平台添加/修改抽奖活动【2.0】") public R<ShopLotteryDrawVo> editLotteryEvent(@Valid @RequestBody MgtLotteryEventEditDTO dto) { public R editLotteryEvent(@Valid @RequestBody MgtLotteryEventEditDTO dto) { return lotteryEventService.editLotteryEvent(dto); } @RequestMapping(value = "/pageMgtLotteryEvent", method = RequestMethod.POST)