|
|
@@ -342,6 +342,7 @@ public class TsfCustomerService {
|
|
|
public void saveJoinPostProcessing(Customer customer) {
|
|
|
// 1. 쿠폰지급 : 운영관리 > 회원등급정책관리 > WELCOME 등급
|
|
|
Coupon coupon = new Coupon();
|
|
|
+ coupon.setFrontGb(customer.getFrontGb());
|
|
|
coupon.setCustGrade(customer.getCustGrade());
|
|
|
coupon.setCustNo(customer.getCustNo());
|
|
|
coupon.setSiteCd(TscConstants.Site.STYLE24.value());
|