|
@@ -316,7 +316,8 @@ public class ParticipantService {
|
|
|
.toOutputStream(out);
|
|
.toOutputStream(out);
|
|
|
ByteArrayInputStream in = new ByteArrayInputStream(out.toByteArray());
|
|
ByteArrayInputStream in = new ByteArrayInputStream(out.toByteArray());
|
|
|
|
|
|
|
|
- return storageService.uploadFromInputStream(in, "award/" + specialtyId + "-" + awardId + "-" + participant.getId() + ".jpg");
|
|
|
|
|
|
|
+ return storageService.uploadFromInputStream(in, "award/" + specialtyId + "-" + awardId + "-"
|
|
|
|
|
+ + programmeId + "-" + participant.getId() + ".jpg");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|