Merge pull request 'feat(aistargetdbsync): tb_ship_main_info ���̺� in_sts �÷����� sts_yn���� ����' (#22) from feature/ISSUE-21-column-rename-in-sts-to-sts-yn into develop

This commit is contained in:
HYOJIN 2026-03-05 10:41:29 +09:00
커밋 e3cf58700d

파일 보기

@ -55,7 +55,7 @@ public class ShipLastPositionSyncRepositoryImpl implements ShipLastPositionSyncR
ship_nav_status = ?,
cargo_ton = ?,
add_info = ?,
in_sts = ?,
sts_yn = ?,
ancrg_yn = ?
WHERE imo_no = ?
""".formatted(getTableName());
@ -166,7 +166,7 @@ public class ShipLastPositionSyncRepositoryImpl implements ShipLastPositionSyncR
// add_info extraInfo (String)
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);
// ancrg_yn onBerth (Boolean, null-safe)