Skip to content

Commit

Permalink
fix: 좌표계 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
This2sho committed Jun 13, 2024
1 parent 7ba4298 commit 270e6a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void saveAllWithBulk(List<Parking> parkingLots) {
+ "created_at, updated_at, "
+ "address, name, tel, operation_type, parking_type, pay_types, location) "
+ "VALUES "
+ "(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ST_GeomFromText(?))";
+ "(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ST_GeomFromText(?, 4326))";

jdbcTemplate.batchUpdate(
sql,
Expand Down

0 comments on commit 270e6a2

Please sign in to comment.