mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'geofence-api' into 'corrective-policy'
Fix issue in geofence creation See merge request entgra/carbon-device-mgt!650
This commit is contained in:
commit
f9b25b95a2
@ -53,7 +53,7 @@ public class GeofenceDAOImpl implements GeofenceDAO {
|
||||
"CREATED_TIMESTAMP, " +
|
||||
"OWNER, " +
|
||||
"TENANT_ID) " +
|
||||
"VALUES (?, ?, ?, ?, ?, ?, ?, ?)";
|
||||
"VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)";
|
||||
try (PreparedStatement stmt = conn.prepareStatement(sql)) {
|
||||
stmt.setString(1, geofenceData.getFenceName());
|
||||
stmt.setString(2, geofenceData.getDescription());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user