党员活动 活动风采增加模糊查询
This commit is contained in:
@ -46,7 +46,7 @@ public class PartyMemberEventController {
|
||||
|
||||
@ApiOperation("活动风采列表")
|
||||
@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));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user