Skip to content

Commit

Permalink
⚙️ :: (#develop) 학생은 돈 못보게
Browse files Browse the repository at this point in the history
  • Loading branch information
geunoo committed Apr 4, 2024
1 parent bd715b7 commit a4f289d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static StudentRecruitmentResponse from(StudentRecruitmentVO recruitment)
return StudentRecruitmentResponse.builder()
.id(recruitment.getRecruitmentId())
.companyName(recruitment.getCompanyName())
.trainPay(recruitment.getTrainPay())
.trainPay(0)
.hiringJobs(recruitment.getJobCodes())
.militarySupport(recruitment.isMilitarySupport())
.companyProfileUrl(recruitment.getCompanyLogoUrl())
Expand Down

0 comments on commit a4f289d

Please sign in to comment.