|
@@ -240,7 +240,7 @@ public class PersonDeviceLogApiController {
|
|
|
|
|
|
if (StringUtils.isNotEmpty(filter) && "1".equals(filter)){
|
|
|
personSearchParam.put("abnormalDate",queryDate);
|
|
|
- personSearchParam.put("temperature",temperatureConfig.getMax());
|
|
|
+ personSearchParam.put("temperatureMax",temperatureConfig.getMax());
|
|
|
}
|
|
|
|
|
|
List<Sort> sortList1 = new ArrayList<>();
|