mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix SQL syntax error
This commit is contained in:
parent
725afbcc42
commit
4fdfc07e64
@ -170,8 +170,8 @@ public class GeofenceDAOImpl implements GeofenceDAO {
|
|||||||
"DESCRIPTION = ?, " +
|
"DESCRIPTION = ?, " +
|
||||||
"LATITUDE = ?, " +
|
"LATITUDE = ?, " +
|
||||||
"LONGITUDE = ?, " +
|
"LONGITUDE = ?, " +
|
||||||
"RADIUS = ? " +
|
"RADIUS = ?, " +
|
||||||
"GEO_JSON = ? " +
|
"GEO_JSON = ?, " +
|
||||||
"FENCE_SHAPE = ? " +
|
"FENCE_SHAPE = ? " +
|
||||||
"WHERE ID = ?";
|
"WHERE ID = ?";
|
||||||
try (PreparedStatement stmt = conn.prepareStatement(sql)) {
|
try (PreparedStatement stmt = conn.prepareStatement(sql)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user