jsshin пре 5 година
родитељ
комит
4cead370ce
1 измењених фајлова са 5 додато и 3 уклоњено
  1. 5 3
      src/main/java/com/style24/admin/biz/service/TsaKakaoService.java

+ 5 - 3
src/main/java/com/style24/admin/biz/service/TsaKakaoService.java

@@ -31,6 +31,8 @@ public class TsaKakaoService {
 	@Autowired
 	private TscCustomerService coreCustomerService;
 
+	public static final String siteNm = "STYLE24";
+
 	/**
 	 * 고객 임시비밀번호 알림톡 발송
 	 * @param customer - 고객 정보
@@ -46,7 +48,7 @@ public class TsaKakaoService {
 		dm.setFkkoresendtype("LMS");
 
 		GagaMap replaceInfo = new GagaMap();
-		replaceInfo.setString("siteNm", TscConstants.Style24Infomation.SITE_NAME.value());
+		replaceInfo.setString("siteNm", siteNm);
 		replaceInfo.setString("custNm", customer.getCustNm());
 		replaceInfo.setString("passwd", customer.getPasswd());
 
@@ -80,7 +82,7 @@ public class TsaKakaoService {
 		dm.setFdestine(customer.getCellPhnno());
 
 		GagaMap replaceInfo = new GagaMap();
-		replaceInfo.setString("siteNm", TscConstants.Style24Infomation.SITE_NAME.value());
+		replaceInfo.setString("siteNm", siteNm);
 		replaceInfo.setString("custNm", customer.getCustNm());
 		replaceInfo.setString("content", customer.getContent());
 		replaceInfo.setString("callcenterTelNo", TscConstants.CALLCENTER_TEL_NO);
@@ -116,7 +118,7 @@ public class TsaKakaoService {
 		dm.setFkkoresendtype("LMS");
 
 		GagaMap replaceInfo = new GagaMap();
-		replaceInfo.setString("siteNm", TscConstants.Style24Infomation.SITE_NAME.value());
+		replaceInfo.setString("siteNm", siteNm);
 		replaceInfo.setString("custNm", customer.getCustNm());
 		replaceInfo.setString("certNo", customer.getCertNo());