|
|
|
|
@ -66,7 +66,7 @@ SELECT A.MSG_KEY
|
|
|
|
|
, A.ALT_TEMPLATE_CODE
|
|
|
|
|
, A.ALT_JSON
|
|
|
|
|
, A.RCS_BRAND_KEY
|
|
|
|
|
, A.RCS_MASSAGE_BASE_ID
|
|
|
|
|
, A.RCS_MESSAGE_BASE_ID
|
|
|
|
|
, A.RCS_JSON
|
|
|
|
|
, A.REQ_SYS
|
|
|
|
|
, GET_CODE_NM('MSG005', A.REQ_SYS) AS REQ_SYS_NM
|
|
|
|
|
@ -141,7 +141,7 @@ INSERT
|
|
|
|
|
</if>
|
|
|
|
|
<if test="@org.egovframe.rte.fdl.string.EgovStringUtil@isNotEmpty(rcsBrandKey)">
|
|
|
|
|
, RCS_BRAND_KEY
|
|
|
|
|
, RCS_MASSAGE_BASE_ID
|
|
|
|
|
, RCS_MESSAGE_BASE_ID
|
|
|
|
|
, RCS_JSON
|
|
|
|
|
</if>
|
|
|
|
|
<!-- , CENTER_KEY, MSG_PRIORITY --><!-- 전송라인,우선순위 (추후 요구시 사용) -->
|
|
|
|
|
@ -202,7 +202,7 @@ VALUES (
|
|
|
|
|
</if>
|
|
|
|
|
<if test="@org.egovframe.rte.fdl.string.EgovStringUtil@isNotEmpty(rcsBrandKey)">
|
|
|
|
|
, #{rcsBrandKey}
|
|
|
|
|
, #{rcsMassageBaseId}
|
|
|
|
|
, #{rcsMessageBaseId}
|
|
|
|
|
, #{rcsJson}
|
|
|
|
|
</if>
|
|
|
|
|
<!-- , #{centerKey}, #{msgPriority} --><!-- 전송라인,우선순위 (추후 요구시 사용) -->
|
|
|
|
|
|