|
|
@@ -47,8 +47,8 @@ public class DeviceInfoModel extends SuperModel {
|
|
|
private String deviceModelStr;
|
|
|
|
|
|
public String getDeviceModelStr() {
|
|
|
- if (deviceModel != null) {
|
|
|
- return deviceModel.getRemark();
|
|
|
+ if (specType != null) {
|
|
|
+ return specType.getRemark();
|
|
|
}
|
|
|
return "";
|
|
|
}
|