comtextrtblinfo의 PK SEQUENCE 이름 변경

This commit is contained in:
psh 2024-06-11 13:38:36 +09:00
parent 8e7a1f0733
commit 4185fc3726

View File

@ -34,7 +34,7 @@
<insert id="insertComtExtrtInfo" parameterType="ComtExtrtVO">
<selectKey resultType="int" keyProperty="extrId" order="BEFORE">
SELECT nextval('comtextrtblinfo_extr_tbl_id_seq') as extrId
SELECT nextval('comtextrtblinfo_extr_id_seq') as extrId
</selectKey>
INSERT INTO comtextrtblinfo
(extr_id, extr_ymd, sys_id)