TRX 1 год назад
Родитель
Сommit
ac8491e88b

+ 1 - 1
FullCardServer/src/main/java/com/zhongshu/card/server/core/dao/devices/impl/DeviceInfoDaoImpl.java

@@ -69,7 +69,7 @@ public class DeviceInfoDaoImpl extends BaseImpl implements DeviceInfoDaoExtend {
 
 
         // 设备型号
         // 设备型号
         if (param.getSpecType() != null) {
         if (param.getSpecType() != null) {
-            criteria.and("getSpecType").is(param.getSpecType());
+            criteria.and("specType").is(param.getSpecType());
         }
         }
 
 
         if (param.getOnLineState() != null) {
         if (param.getOnLineState() != null) {