|
@@ -112,7 +112,6 @@ public class IotDeviceServiceImpl implements IIotDeviceService
|
|
|
String devtypeBid = iotDeviceconn.getDevtypeBid();
|
|
String devtypeBid = iotDeviceconn.getDevtypeBid();
|
|
|
|
|
|
|
|
IotDevice selectIotDevice = new IotDevice();
|
|
IotDevice selectIotDevice = new IotDevice();
|
|
|
- selectIotDevice.setFirmBid(firmBid);
|
|
|
|
|
selectIotDevice.setDevtypeBid(devtypeBid);
|
|
selectIotDevice.setDevtypeBid(devtypeBid);
|
|
|
|
|
|
|
|
List<IotDevice> iotDeviceList = checkIotDeviceList(selectIotDevice);
|
|
List<IotDevice> iotDeviceList = checkIotDeviceList(selectIotDevice);
|
|
@@ -200,7 +199,6 @@ public class IotDeviceServiceImpl implements IIotDeviceService
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
IotDevice selectIotDevice = new IotDevice();
|
|
IotDevice selectIotDevice = new IotDevice();
|
|
|
- selectIotDevice.setFirmBid(newIotDeviceconn.getFirmBid());
|
|
|
|
|
selectIotDevice.setDevCode(devCode);
|
|
selectIotDevice.setDevCode(devCode);
|
|
|
selectIotDevice.setDevtypeBid(newIotDeviceconn.getDevtypeBid());
|
|
selectIotDevice.setDevtypeBid(newIotDeviceconn.getDevtypeBid());
|
|
|
|
|
|