feat(aistargetdbsync): tb_ship_main_info 테이블 in_sts 컬럼명을 sts_yn으로 변경

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
HYOJIN 2026-03-05 10:39:47 +09:00
부모 826113be87
커밋 f069ddd307

파일 보기

@ -55,7 +55,7 @@ public class ShipLastPositionSyncRepositoryImpl implements ShipLastPositionSyncR
ship_nav_status = ?, ship_nav_status = ?,
cargo_ton = ?, cargo_ton = ?,
add_info = ?, add_info = ?,
in_sts = ?, sts_yn = ?,
ancrg_yn = ? ancrg_yn = ?
WHERE imo_no = ? WHERE imo_no = ?
""".formatted(getTableName()); """.formatted(getTableName());
@ -166,7 +166,7 @@ public class ShipLastPositionSyncRepositoryImpl implements ShipLastPositionSyncR
// add_info extraInfo (String) // add_info extraInfo (String)
ps.setString(idx++, entity.getExtraInfo()); ps.setString(idx++, entity.getExtraInfo());
// in_sts inSTS (Integer, null-safe) // sts_yn (tb_ship_main_info) / in_sts (core20) inSTS (Integer, null-safe)
ps.setObject(idx++, entity.getInSTS(), Types.INTEGER); ps.setObject(idx++, entity.getInSTS(), Types.INTEGER);
// ancrg_yn onBerth (Boolean, null-safe) // ancrg_yn onBerth (Boolean, null-safe)