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