feat: 추모시설 문의전화 문구 추가

main
jhseo 8 months ago
parent 2e32f9d765
commit 8b0465fc8b

@ -709,6 +709,16 @@ public class BizSisulService extends AbstractService implements IBizSisulService
+ "\"title\": \"내역\"," + "\"title\": \"내역\","
+ "\"item_type\": \"KEY_VALUE\"," + "\"item_type\": \"KEY_VALUE\","
+ "\"properties\": {" + "\"properties\": {"
+ "\"style\": {"
+ "\"highlight\": {"
+ "\"031-943-1930\": {"
+ "\"use-clipboard\": true"
+ "},"
+ "\"031-943-3937\": {"
+ "\"use-clipboard\": true"
+ "}"
+ "}"
+ "},"
+ "\"hyperlinkTitle\" : [" + "\"hyperlinkTitle\" : ["
+ "{" + "{"
+ "\"title_name\": \"" + Checks.checkVal(dto.getTaxNum1(),"") + Checks.checkVal(dto.getTaxNum2(),"") + Checks.checkVal(dto.getTaxNum3(),"") + Checks.checkVal(dto.getTaxNum4(), "") + "\"," + "\"title_name\": \"" + Checks.checkVal(dto.getTaxNum1(),"") + Checks.checkVal(dto.getTaxNum2(),"") + Checks.checkVal(dto.getTaxNum3(),"") + Checks.checkVal(dto.getTaxNum4(), "") + "\","
@ -752,6 +762,11 @@ public class BizSisulService extends AbstractService implements IBizSisulService
+ "\"value\": \""+ Checks.checkVal(dto.getTaxNum1(),"") + Checks.checkVal(dto.getTaxNum2(),"") + Checks.checkVal(dto.getTaxNum3(),"") + Checks.checkVal(dto.getTaxNum4(),"") + "\"value\": \""+ Checks.checkVal(dto.getTaxNum1(),"") + Checks.checkVal(dto.getTaxNum2(),"") + Checks.checkVal(dto.getTaxNum3(),"") + Checks.checkVal(dto.getTaxNum4(),"")
+"\\\\n※ 위 납부번호 클릭 시 ETAX 연결\"," +"\\\\n※ 위 납부번호 클릭 시 ETAX 연결\","
+ "\"level\": 1" + "\"level\": 1"
+ "},"
+ "{"
+ "\"key\": \"문의전화\","
+ "\"value\": \"용미리1묘지 031-943-1930\\n용미리2묘지 031-943-3937\","
+ "\"level\": 1"
+ "}" + "}"
+ "]" + "]"
+ "}," + "},"

Loading…
Cancel
Save