mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix issue in geofence creation
This commit is contained in:
parent
47dc8ec708
commit
5e98e816cf
@ -53,7 +53,7 @@ public class GeofenceDAOImpl implements GeofenceDAO {
|
|||||||
"CREATED_TIMESTAMP, " +
|
"CREATED_TIMESTAMP, " +
|
||||||
"OWNER, " +
|
"OWNER, " +
|
||||||
"TENANT_ID) " +
|
"TENANT_ID) " +
|
||||||
"VALUES (?, ?, ?, ?, ?, ?, ?, ?)";
|
"VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)";
|
||||||
try (PreparedStatement stmt = conn.prepareStatement(sql)) {
|
try (PreparedStatement stmt = conn.prepareStatement(sql)) {
|
||||||
stmt.setString(1, geofenceData.getFenceName());
|
stmt.setString(1, geofenceData.getFenceName());
|
||||||
stmt.setString(2, geofenceData.getDescription());
|
stmt.setString(2, geofenceData.getDescription());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user