Merge branch 'uat_partyMemberEvent' into uat_code
This commit is contained in:
@ -46,7 +46,7 @@ public class PartyMemberEventController {
|
|||||||
|
|
||||||
@ApiOperation("活动风采列表")
|
@ApiOperation("活动风采列表")
|
||||||
@GetMapping("/eventStyle/list")
|
@GetMapping("/eventStyle/list")
|
||||||
public BaseResponse<List<EventStyle>> getEventStyleList(@RequestParam(value = "param") String param) {
|
public BaseResponse<List<EventStyle>> getEventStyleList(@RequestParam(value = "param", required = false) String param) {
|
||||||
return BaseResponse.success(eventStyleService.getEventStyle("list", param));
|
return BaseResponse.success(eventStyleService.getEventStyle("list", param));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user