|
@@ -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) {
|