Merge branch 'corrective-policy' into 'corrective-policy'

Fix SQL syntax error

See merge request entgra/carbon-device-mgt!654
corrective-policy
Inosh Perara 4 years ago
commit 4c905358e9

@ -170,8 +170,8 @@ public class GeofenceDAOImpl implements GeofenceDAO {
"DESCRIPTION = ?, " +
"LATITUDE = ?, " +
"LONGITUDE = ?, " +
"RADIUS = ? " +
"GEO_JSON = ? " +
"RADIUS = ?, " +
"GEO_JSON = ?, " +
"FENCE_SHAPE = ? " +
"WHERE ID = ?";
try (PreparedStatement stmt = conn.prepareStatement(sql)) {

Loading…
Cancel
Save