mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 02:30:05 +09:00
발신번호 수정
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
on eci.CUST_SEQ = esu.CUST_SEQ
|
||||
WHERE 1=1
|
||||
<include refid="numberListCondition"></include>
|
||||
ORDER BY ess.REG_DT , ess.REG_REQ_NO DESC
|
||||
ORDER BY ess.REG_REQ_NO DESC, ess.REG_DT
|
||||
LIMIT #{page}, #{pagePerRows}) A, ( SELECT @ROWNUM := #{page} ) AS R
|
||||
</select>
|
||||
|
||||
@@ -267,6 +267,8 @@
|
||||
,REG_DT
|
||||
,CHG_ID
|
||||
,CHG_DT
|
||||
,RQTR_ID
|
||||
,RQTR_NM
|
||||
)
|
||||
VALUES(
|
||||
#{regReqNo}
|
||||
@@ -276,10 +278,12 @@
|
||||
,0
|
||||
,NOW()
|
||||
,#{userSeq}
|
||||
,#{adminId}
|
||||
,#{regId}
|
||||
,NOW()
|
||||
,#{adminId}
|
||||
,#{regId}
|
||||
,NOW()
|
||||
,#{regId}
|
||||
,(select OPRTR_NM from hubez_admin.EZ_ADM_USER eau where OPRTR_ID = #{regId})
|
||||
)
|
||||
</insert>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user