mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 02:16:34 +09:00
선불 회원 등록 화면
This commit is contained in:
@@ -830,6 +830,9 @@
|
||||
,ENTR_NO
|
||||
,USER_SEQ
|
||||
,CUST_SEQ
|
||||
<if test="joinDiv != null and joinDiv != ''">
|
||||
,JOIN_DIV
|
||||
</if>
|
||||
,SUBS_STTUS_CD
|
||||
,PROD_CD
|
||||
,SUBS_DT
|
||||
@@ -844,6 +847,9 @@
|
||||
,#{entrNo}
|
||||
, #{userSeq}
|
||||
, #{custSeq}
|
||||
<if test="joinDiv != null and joinDiv != ''">
|
||||
, #{joinDiv}
|
||||
</if>
|
||||
, #{subsSttusCd}
|
||||
, #{prodCd}
|
||||
, NOW()
|
||||
@@ -855,6 +861,7 @@
|
||||
, NOW()
|
||||
)
|
||||
</insert>
|
||||
|
||||
<select id="selectUserSeq" parameterType="String" resultType="int">
|
||||
/* custMgt-mapper.xml(selectUserSeq) */
|
||||
SELECT USER_SEQ
|
||||
@@ -1002,6 +1009,10 @@
|
||||
|
||||
<select id="getEntrNo" resultType="String">
|
||||
SELECT CONCAT('TESTENTRN', LPAD(hubez_common.FUN_NEXT_SEQ('TEST_SUBS_SEQ'), 11, 0)) as ENTR_NO
|
||||
</select>
|
||||
|
||||
<select id="getPreSubId" resultType="String">
|
||||
SELECT CONCAT('PRESUBID', LPAD(hubez_common.FUN_NEXT_SEQ('PREPAY_SEQ'), 11, 0)) AS SUB_ID
|
||||
</select>
|
||||
|
||||
<!-- 청약 상태 이력 저장 -->
|
||||
|
||||
Reference in New Issue
Block a user