|
@@ -56,7 +56,7 @@ public class DeviceService {
|
|
aircraftSystemRelation.setStartNode(aircraft1);
|
|
aircraftSystemRelation.setStartNode(aircraft1);
|
|
DeviceEntity device = deviceDao.getLastInsert();
|
|
DeviceEntity device = deviceDao.getLastInsert();
|
|
Device1Entity device1 = new Device1Entity();
|
|
Device1Entity device1 = new Device1Entity();
|
|
- device1.setId(device.getId().longValue());
|
|
|
|
|
|
+// device1.setId(device.getId().longValue());
|
|
device1.setDevice_name(device.getDevice_name());
|
|
device1.setDevice_name(device.getDevice_name());
|
|
device1.setDevice_type(device.getDevice_type());
|
|
device1.setDevice_type(device.getDevice_type());
|
|
device1.setDevice_describe(device.getDevice_describe());
|
|
device1.setDevice_describe(device.getDevice_describe());
|