|
@@ -142,7 +142,7 @@ public class IndividualLogApiController {
|
|
|
|
|
|
//todo 最近14天未测体温数
|
|
|
Integer detectedCount = personDeviceFilterLogService.countDayByPersonIdAndDate(person.getId(),today.minusDays(13).toDate(),today.plusDays(1).toDate());
|
|
|
- map.put("unDetectedCount",14 - detectedCount);
|
|
|
+ map.put("undetectedCount",14 - detectedCount);
|
|
|
|
|
|
//todo 获取连续检测天数
|
|
|
//最近一年的节假日
|