발신번호 수정

This commit is contained in:
USER
2022-07-21 17:48:31 +09:00
parent 7b037acde3
commit dca5fc91c0

View File

@@ -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>
@@ -266,7 +266,9 @@
,REG_ID
,REG_DT
,CHG_ID
,CHG_DT
,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>