Merge branch 'master' into kakaoFT

This commit is contained in:
rosewiper 2024-01-05 10:04:02 +09:00
commit 532e1f533a

View File

@ -564,6 +564,8 @@ public class KakaoAlimTalkTemplateController {
return "redirect:/web/user/login/login.do";
}
model.addAttribute("loginVO", loginVO);
// 사용자 아이디를 이용한 발신프로필 조회
kakaoVO.setUserId(userId);
List<KakaoVO> selectKakaoProfileList = kakaoApiService.selectKakaoProfileList(kakaoVO);