Compare commits

..

No commits in common. "e3cf58700d4d06c2153ae4ab05e4d841f2d49d83" and "826113be87530912d4fd605a4ed5d33c6626b361" have entirely different histories.

파일 보기

@ -55,7 +55,7 @@ public class ShipLastPositionSyncRepositoryImpl implements ShipLastPositionSyncR
ship_nav_status = ?,
cargo_ton = ?,
add_info = ?,
sts_yn = ?,
in_sts = ?,
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());
// sts_yn (tb_ship_main_info) / in_sts (core20) inSTS (Integer, null-safe)
// in_sts inSTS (Integer, null-safe)
ps.setObject(idx++, entity.getInSTS(), Types.INTEGER);
// ancrg_yn onBerth (Boolean, null-safe)