活动管理-抽奖活动管理

This commit is contained in:
xu0625 2021-04-12 16:41:15 +08:00
parent 5fc55cb940
commit 79a24d0c4a
1 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@ public class DrawInfoController extends BaseController
ActPageConfigSubscribe actPageConfigSubscribe= iActPageConfigSubscribeService.selectActPageConfigSubscribeByCode(drawInfo.getDRAWCODE()); ActPageConfigSubscribe actPageConfigSubscribe= iActPageConfigSubscribeService.selectActPageConfigSubscribeByCode(drawInfo.getDRAWCODE());
vo.setActPageConfigSubscribe(actPageConfigSubscribe); vo.setActPageConfigSubscribe(actPageConfigSubscribe);
mmap.put("vo",vo); mmap.put("vo",vo);
return prefix + "/edit"; return prefix + "/edit1";
} }
/** /**
@ -188,7 +188,7 @@ public class DrawInfoController extends BaseController
@Log(title = "抽奖活动管理", businessType = BusinessType.UPDATE) @Log(title = "抽奖活动管理", businessType = BusinessType.UPDATE)
@PostMapping("/edit") @PostMapping("/edit")
@ResponseBody @ResponseBody
public AjaxResult editSave(ActVO vo) public AjaxResult editSave(@RequestBody ActVO vo)
{ {
try{ try{
logger.info("前台传参"+ JSON.toJSONString(vo)); logger.info("前台传参"+ JSON.toJSONString(vo));