|
|
@@ -65,6 +65,7 @@ public class TsbCouponService {
|
|
|
for (Customer customer: comBackNotiTarketList) {
|
|
|
try {
|
|
|
custCoupon.setCustNo(customer.getCustNo());
|
|
|
+ custCoupon.setEmailAgreeDt(customer.getEmailAgreeDt());
|
|
|
custCoupon.setPubReason(TscConstants.PubReason.DORMANT_COMABK_COUPON.value());
|
|
|
custCoupon.setEndAlimSendYn("N"); // 알림 발송 여부(발송되면 Y)
|
|
|
custCoupon.setUpdNo(customer.getCustNo());
|