mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing device identifier is null issue
This commit is contained in:
parent
289987db8e
commit
4e0730f50c
@ -67,6 +67,7 @@ public class DeviceTypePluginDAO {
|
|||||||
|
|
||||||
if (resultSet.next()) {
|
if (resultSet.next()) {
|
||||||
device = new Device();
|
device = new Device();
|
||||||
|
device.setDeviceIdentifier(deviceId);
|
||||||
if (log.isDebugEnabled()) {
|
if (log.isDebugEnabled()) {
|
||||||
log.debug(deviceId + " data has been fetched from " + deviceDAODefinition.getDeviceTableName() +
|
log.debug(deviceId + " data has been fetched from " + deviceDAODefinition.getDeviceTableName() +
|
||||||
" database.");
|
" database.");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user