Commit 61c999f3 authored by wuwz's avatar wuwz

活动展示添加用户信息

parent 8e9457c6
...@@ -21,7 +21,7 @@ public class ActivityAdminController extends BaseController<ActivityBiz, Activit ...@@ -21,7 +21,7 @@ public class ActivityAdminController extends BaseController<ActivityBiz, Activit
* @param activityDTO * @param activityDTO
* @return * @return
*/ */
@PostMapping("/page") @PostMapping("/allList")
@ResponseBody @ResponseBody
public ObjectRestResponse<PageDataVO<ActivityVo>> listActivtyLuckyDrawWithPage(@RequestBody ActivityDTO activityDTO) { public ObjectRestResponse<PageDataVO<ActivityVo>> listActivtyLuckyDrawWithPage(@RequestBody ActivityDTO activityDTO) {
return baseBiz.getAllByPage(activityDTO); return baseBiz.getAllByPage(activityDTO);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment