|
@@ -134,7 +134,7 @@ public class WebGatewayImpl implements WebGateway {
|
|
|
DevInfo devInfo = new DevInfo();
|
|
|
devInfo.setClientId(item.getClientId());
|
|
|
devInfo.setDevType(item.getDevType());
|
|
|
- devInfo.setSoftware(item.getSoftware());
|
|
|
+ devInfo.setHardware(item.getHardware());
|
|
|
devInfo.setStatusLight(1);
|
|
|
devInfo.setOnline(0);
|
|
|
devInfo.setIsDeleted(BasePO.DeleteFlag.NOT_DELETED);
|
|
@@ -239,7 +239,7 @@ public class WebGatewayImpl implements WebGateway {
|
|
|
DevInfo saveInfo = new DevInfo();
|
|
|
saveInfo.setClientId(deviceAddParam.getClientId());
|
|
|
saveInfo.setDevType(deviceAddParam.getDevType());
|
|
|
- saveInfo.setSoftware(deviceAddParam.getSoftware());
|
|
|
+ saveInfo.setHardware(deviceAddParam.getHardware());
|
|
|
saveInfo.setTenantId(deviceAddParam.getTenantId());
|
|
|
saveInfo.setStatusLight(1);
|
|
|
saveInfo.setOnline(0);
|