Compare commits
2 커밋
826113be87
...
e3cf58700d
| 작성자 | SHA1 | 날짜 | |
|---|---|---|---|
| e3cf58700d | |||
| f069ddd307 |
@ -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)
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user