|
@@ -145,7 +145,6 @@ public class TsaCustomerService {
|
|
|
@Transactional("shopTxnManager")
|
|
@Transactional("shopTxnManager")
|
|
|
public GagaMap saveCustomerSecede(Customer customer) {
|
|
public GagaMap saveCustomerSecede(Customer customer) {
|
|
|
customer.setSiteCd(TscConstants.Site.STYLE24.value());
|
|
customer.setSiteCd(TscConstants.Site.STYLE24.value());
|
|
|
- customer.setCustStat(TscConstants.CustStat.SECEDE.value());
|
|
|
|
|
return coreCustomerService.saveCustomerSecede(customer);
|
|
return coreCustomerService.saveCustomerSecede(customer);
|
|
|
}
|
|
}
|
|
|
|
|
|