|
@@ -358,6 +358,7 @@ public class ProgrammeService {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
participant.setProgrammeId(pid);
|
|
participant.setProgrammeId(pid);
|
|
|
|
|
+ participant.setPerformanceId(performance);
|
|
|
participants.add(participant);
|
|
participants.add(participant);
|
|
|
File uploadImg;
|
|
File uploadImg;
|
|
|
if (dto.getImg() != null) {
|
|
if (dto.getImg() != null) {
|