법원연계 등록시 타임스템프 컬럼 빈값 들어가는 에러 수정 완료

This commit is contained in:
hylee 2024-02-14 09:52:20 +09:00
parent 16d49d8cfa
commit aced6ceb0a

View File

@ -176,13 +176,19 @@
crt_dfndnt_info, crt_dfndnt_info,
crt_cn, crt_cn,
crt_atch_file_id, crt_atch_file_id,
<isNotEmpty property="crtAllctDdlDe">
crt_allct_ddl_de, crt_allct_ddl_de,
</isNotEmpty>
crt_cc_ty, crt_cc_ty,
crt_link_house, crt_link_house,
crt_stat_cd, crt_stat_cd,
crt_agrment, crt_agrment,
<isNotEmpty property="crtAllctDdlDeAdd1st">
crt_allct_ddl_de_add1st, crt_allct_ddl_de_add1st,
</isNotEmpty>
<isNotEmpty property="crtAllctDdlDeAdd2nd">
crt_allct_ddl_de_add2nd, crt_allct_ddl_de_add2nd,
</isNotEmpty>
frst_regist_pnttm, frst_regist_pnttm,
frst_register_id frst_register_id
) )
@ -210,13 +216,19 @@
#crtDfndntInfo#, #crtDfndntInfo#,
#crtCn#, #crtCn#,
#crtAtchFileId#, #crtAtchFileId#,
<isNotEmpty property="crtAllctDdlDe">
TO_DATETIME(TO_CHAR(#crtAllctDdlDe#,'YYYY-MM-DD')) , TO_DATETIME(TO_CHAR(#crtAllctDdlDe#,'YYYY-MM-DD')) ,
</isNotEmpty>
#crtCcTy#, #crtCcTy#,
#crtLinkHouse#, #crtLinkHouse#,
#crtStatCd#, #crtStatCd#,
#crtAgrment# , #crtAgrment# ,
<isNotEmpty property="crtAllctDdlDeAdd1st">
#crtAllctDdlDeAdd1st#, #crtAllctDdlDeAdd1st#,
</isNotEmpty>
<isNotEmpty property="crtAllctDdlDeAdd2nd">
#crtAllctDdlDeAdd2nd#, #crtAllctDdlDeAdd2nd#,
</isNotEmpty>
NOW() , NOW() ,
#frstRegisterId# #frstRegisterId#
) )