|
@@ -305,6 +305,7 @@ public class ApiAppDeviceLogController {
|
|
|
if (!StringUtils.isEmpty(param)) {
|
|
|
query.addParam(QueryParamExp.like("sn", "%".concat(param.getSn()).concat("%")));
|
|
|
}
|
|
|
+ query.addParam(QueryParamExp.eq("status", 3));
|
|
|
Page<AppDevice> devicePage = appDeviceService.findByParam(query);
|
|
|
return new ApiPageDTO(null, devicePage);
|
|
|
}
|