소스 검색

更新!

TRX 1 년 전
부모
커밋
84c04d320b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      FullCardClient/src/main/java/com/zhongshu/card/client/model/devices/DeviceInfoModel.java

+ 2 - 2
FullCardClient/src/main/java/com/zhongshu/card/client/model/devices/DeviceInfoModel.java

@@ -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 "";
     }