File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/java/com/assu/server/domain/user Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ public static class UsablePartnershipDTO {
8181 private Integer people ;
8282 private Long cost ;
8383 private String note ;
84+ private Long paperId ;
8485 private String category ;
8586 private Long discountRate ;
8687 }
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ public List<StudentResponseDTO.UsablePartnershipDTO> getUsablePartnership(Long m
163163 .partnershipId (paper .getId ())
164164 .adminName (adminName )
165165 .partnerName (partnerName )
166- .note (note )
166+ .note (note ). paperId ( content != null ? content . getPaper (). getId (): null )
167167 .criterionType (content != null ? content .getCriterionType () : null )
168168 .optionType (content != null ? content .getOptionType () : null )
169169 .people (content != null ? content .getPeople () : null )
You can’t perform that action at this time.
0 commit comments