|
@@ -394,9 +394,9 @@ public class TsbCustomerService {
|
|
|
public void sendBirthDayCouponNotice(CustCoupon custCoupon) {
|
|
public void sendBirthDayCouponNotice(CustCoupon custCoupon) {
|
|
|
// TODO: 이메일 발송 모듈 붙어야 함 2021.05.10 jsshin
|
|
// TODO: 이메일 발송 모듈 붙어야 함 2021.05.10 jsshin
|
|
|
// 이메일 발송
|
|
// 이메일 발송
|
|
|
- if (StringUtils.isNotBlank(custCoupon.getEmail())) {
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
|
|
+// if (StringUtils.isNotBlank(custCoupon.getEmail())) {
|
|
|
|
|
+//
|
|
|
|
|
+// }
|
|
|
CustContactHst custContactHst = new CustContactHst();
|
|
CustContactHst custContactHst = new CustContactHst();
|
|
|
custContactHst.setContactType(TscConstants.ContactType.BIRTH_COUPON_NOTICE.value());
|
|
custContactHst.setContactType(TscConstants.ContactType.BIRTH_COUPON_NOTICE.value());
|
|
|
custContactHst.setContactMethod(TscConstants.ContactMethod.EMAIL.value());
|
|
custContactHst.setContactMethod(TscConstants.ContactMethod.EMAIL.value());
|