|
|
|
@ -286,6 +286,7 @@ public class CmmEnsFileService extends EgovAbstractServiceImpl implements ICmmEn
|
|
|
|
|
.unitySndngMastrId(dto.getUnitySndngMastrId())
|
|
|
|
|
.tmplatId(dto.getTmplatId())
|
|
|
|
|
.sndngDt(dto.getSndngDt())
|
|
|
|
|
.closDt(dto.getNapPd() + "235959")
|
|
|
|
|
.sndngCo(excelCnt)
|
|
|
|
|
.sndngProcessSttus(ApiConstants.SndngProcessStatus.ACCEPT.getCode())
|
|
|
|
|
.register(register)
|
|
|
|
@ -370,21 +371,19 @@ public class CmmEnsFileService extends EgovAbstractServiceImpl implements ICmmEn
|
|
|
|
|
+ "},"
|
|
|
|
|
+ "{"
|
|
|
|
|
+ "\"title\": \"세외수입 납부방법 안내\","
|
|
|
|
|
+ "\"item_type\": \"TABLE\","
|
|
|
|
|
+ "\"elements\": {"
|
|
|
|
|
+ "\"head\": ["
|
|
|
|
|
+ "\"가상계좌\\\\납부\","
|
|
|
|
|
+ "\"모바일\\\\n어플\""
|
|
|
|
|
+ "],"
|
|
|
|
|
+ "\"rows\": ["
|
|
|
|
|
+ "["
|
|
|
|
|
+ "\"고지서에 기재된 가상계좌로 이체,납부\\\\n고지서 금액과 일치해야 이체 가능\""
|
|
|
|
|
+ "],"
|
|
|
|
|
+ "["
|
|
|
|
|
+ "\"앱,PLAY스토어에서 (서울시 세금납부) 앱 설치\\\\n계좌이체(전 은행), 신용카드, 간편결제 납부\""
|
|
|
|
|
+ "]"
|
|
|
|
|
+ "]"
|
|
|
|
|
+ "}"
|
|
|
|
|
+ "\"item_type\": \"KEY_VALUE\","
|
|
|
|
|
+ "\"elements\": ["
|
|
|
|
|
+ "{"
|
|
|
|
|
+ "\"key\": \"가상계좌\\\\n납부\","
|
|
|
|
|
+ "\"value\": \"고지서에 기재된 가상계좌로 이체,납부\\\\n고지서 금액과 일치해야 이체 가능\","
|
|
|
|
|
+ "\"level\": 1"
|
|
|
|
|
+ "},"
|
|
|
|
|
+ "{"
|
|
|
|
|
+ "\"key\": \"모바일\\\\n어플\","
|
|
|
|
|
+ "\"value\": \"앱,PLAY스토어에서 (서울시 세금납부) 앱 설치\\\\n계좌이체(전 은행), 신용카드, 간편결제 납부\","
|
|
|
|
|
+ "\"level\": 1"
|
|
|
|
|
+ "}"
|
|
|
|
|
+ "]"
|
|
|
|
|
+ "}"
|
|
|
|
|
+ "]"
|
|
|
|
|
+"}";
|
|
|
|
|