feat: 컬럼명 최종변경
tb_event_mst, tb_psc_mst, tb_company_dtl_info
This commit is contained in:
부모
fe447c9f68
커밋
fae5ef2768
@ -51,9 +51,9 @@ public class EventSql {
|
|||||||
event_id, acdnt_id, imo_no, pstg_ymd, event_start_day, event_end_day,
|
event_id, acdnt_id, imo_no, pstg_ymd, event_start_day, event_end_day,
|
||||||
embrk_try_yn, cargo_capacity_status_cd, acdnt_actn,
|
embrk_try_yn, cargo_capacity_status_cd, acdnt_actn,
|
||||||
acdnt_zone, acdnt_zone_cd, cfg_cmpnt_two, country_cd,
|
acdnt_zone, acdnt_zone_cd, cfg_cmpnt_two, country_cd,
|
||||||
build_ymd, event_expln, env_position, position_nm,
|
build_ymd, "desc", env_position, position_nm,
|
||||||
masd_grid_ref, cty_nm, event_type, event_type_dtl,
|
masd_grid_ref, cty_nm, event_type, event_type_dtl,
|
||||||
event_type_dtl_id, event_type_id, firedupon_yn, sj,
|
event_type_dtl_id, event_type_id, firedupon_yn, title,
|
||||||
ldt_timpt, signfct, wethr, pltn_matral, pltn_matral_cnt,
|
ldt_timpt, signfct, wethr, pltn_matral, pltn_matral_cnt,
|
||||||
pltn_matral_unit, reg_shponr_cd_hr, reg_shponr_hr,
|
pltn_matral_unit, reg_shponr_cd_hr, reg_shponr_hr,
|
||||||
reg_shponr_country_cd_hr, reg_shponr_country_hr,
|
reg_shponr_country_cd_hr, reg_shponr_country_hr,
|
||||||
|
|||||||
@ -54,7 +54,7 @@ public class PscInspectionRepositoryImpl extends BaseJdbcRepository<PscInspectio
|
|||||||
INSERT INTO %s(""".formatted(getTableName()) + """
|
INSERT INTO %s(""".formatted(getTableName()) + """
|
||||||
inspection_id,
|
inspection_id,
|
||||||
dataset_ver,
|
dataset_ver,
|
||||||
aprv_type,
|
type_id,
|
||||||
clsgn_no,
|
clsgn_no,
|
||||||
clfic,
|
clfic,
|
||||||
chrter,
|
chrter,
|
||||||
@ -66,7 +66,7 @@ public class PscInspectionRepositoryImpl extends BaseJdbcRepository<PscInspectio
|
|||||||
expnd_inspection_yn,
|
expnd_inspection_yn,
|
||||||
flg,
|
flg,
|
||||||
folw_inspection_yn,
|
folw_inspection_yn,
|
||||||
total_ton,
|
gt,
|
||||||
inspection_port_nm,
|
inspection_port_nm,
|
||||||
last_mdfcn_dt,
|
last_mdfcn_dt,
|
||||||
imo_no,
|
imo_no,
|
||||||
|
|||||||
@ -520,11 +520,11 @@ public class ShipDetailSql {
|
|||||||
return """
|
return """
|
||||||
INSERT INTO %s.%s (
|
INSERT INTO %s.%s (
|
||||||
dataset_ver, company_cd, company_name_abbr, country_nm, cty_nm,
|
dataset_ver, company_cd, company_name_abbr, country_nm, cty_nm,
|
||||||
tel, tlx, eml_addr, wbst_url, company_full_name,
|
tel, tlx, eml_addr, wbst_url, full_nm,
|
||||||
care_cd, dtl_addr_one, dtl_addr_two, dtl_addr_thr, po_box,
|
care_cd, dtl_addr_one, dtl_addr_two, dtl_addr_thr, po_box,
|
||||||
dist_no, dist_nm, mail_addr_frnt, mail_addr_rear, company_reg_country,
|
dist_no, dist_nm, mail_addr_frnt, mail_addr_rear, country_reg,
|
||||||
company_mng_country, location_code, company_reg_country_cd, company_mng_country_cd, last_upd_ymd,
|
country_ctrl, region_cd, country_reg_cd, country_ctrl_cd, last_upd_ymd,
|
||||||
prnt_company_cd, company_status, full_address, fax_no, founded_ymd,
|
prnt_company_cd, company_status, oa_addr, fax_no, company_fndn_ymd,
|
||||||
job_execution_id, creatr_id
|
job_execution_id, creatr_id
|
||||||
) VALUES (
|
) VALUES (
|
||||||
?, ?, ?, ?, ?,
|
?, ?, ?, ?, ?,
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user