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:
커밋
e3cf58700d
@ -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)
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user