|
|
@@ -98,7 +98,7 @@ public class DeviceProductBindDeviceService extends SuperService {
|
|
|
} else {
|
|
|
deviceProductBindDevice.setDeviceName(deviceInfo.getDeviceName());
|
|
|
deviceProductBindDevice.setDeviceType(deviceInfo.getDeviceType());
|
|
|
- deviceProductBindDevice.setDeviceModel(deviceInfo.getDeviceModel());
|
|
|
+ deviceProductBindDevice.setSpecType(deviceInfo.getSpecType());
|
|
|
}
|
|
|
saveList.add(deviceProductBindDevice);
|
|
|
}
|