|
|
@ -61,7 +61,7 @@ public class EpdcEventsController { |
|
|
|
@GetMapping("{id}") |
|
|
|
public Result<EpdcEventsDetailDTO> get(@PathVariable("id") String id){ |
|
|
|
EpdcEventsDetailDTO data = epdcEventsService.get(id); |
|
|
|
|
|
|
|
data.setImageArray(data.getImages().split(",")); |
|
|
|
return new Result<EpdcEventsDetailDTO>().ok(data); |
|
|
|
} |
|
|
|
|
|
|
|