Skip to content

Commit

Permalink
Merge pull request #296 from WE-ARE-RACCOONS/develop
Browse files Browse the repository at this point in the history
운영 반영
  • Loading branch information
ywj9811 authored Jul 9, 2024
2 parents 8bb53f3 + af86d09 commit 650ba16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.postgraduate.global.bizppurio.application.dto.req;

public record JuniorMatchingSuccessRequest(
String phoneNumber, String name, String postgraduate, String major
String phoneNumber, String name, String postgraduate, String lab
) {
}
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,12 @@ public CommonRequest mapToJuniorMatchingSuccess(JuniorMatchingSuccessRequest req
"\n" +
"였래 κΈ°λ‹€λ €μ£Όμ…”μ„œ κ°μ‚¬λ“œλ¦½λ‹ˆλ‹€!\n" +
"\n" +
request.name() + "λ‹˜κ»˜μ„œ μ‹ μ²­ν•΄μ£Όμ‹ , " + request.postgraduate() + "λŒ€ν•™μ› " + request.major() + "λž©μ‹€ 선배와 λ§€μΉ­λ˜μ—ˆμ–΄μš” \uD83D\uDE42\n" +
request.name() + "λ‹˜κ»˜μ„œ μ‹ μ²­ν•΄μ£Όμ‹ , μ›ν•˜λŠ” μ„ λ°°κ°€ κ°€μž…μ„ ν•˜μ…¨μŠ΅λ‹ˆλ‹€! \uD83D\uDE42\n" +
"\n" +
"μ•„λž˜ 링크λ₯Ό 눌러 λ©˜ν† λ§μ„ μ§„ν–‰ν•΄λ³΄μ„Έμš” !"
"μ•„λž˜ 링크λ₯Ό 눌러 μ‚¬μ΄νŠΈλ‘œ 이동 ν›„ \n" +
request.postgraduate() + "λŒ€ν•™μ› " + request.lab() + "λž©μ‹€ μ„ λ°°μ—κ²Œ λ©˜ν† λ§μ„ μ‹ μ²­ν•΄λ³΄μ„Έμš”!\n" +
"\n" +
"( ν•΄λ‹Ή μ„ λ°°λ₯Ό 찾을 수 μ—†λŠ” 경우 μΉ΄μΉ΄μ˜€ν†‘ μ±„λ„λ‘œ λ¬Έμ˜μ£Όμ‹œκΈΈ λ°”λžλ‹ˆλ‹€. )"
);
WebLinkButton goMainPage = new WebLinkButton("λŒ€ν•™μ› κΉ€μ„ λ°° λ°”λ‘œκ°€κΈ°", type, mainPage, mainPage);
WebLinkButton[] buttons = {goMainPage};
Expand Down

0 comments on commit 650ba16

Please sign in to comment.