|
@@ -75,7 +75,7 @@ public class MsSuspectedService {
|
|
//判断是否疑似
|
|
//判断是否疑似
|
|
Integer suspectedStatus = 0;
|
|
Integer suspectedStatus = 0;
|
|
//体温
|
|
//体温
|
|
- if (temperature.compareTo(new BigDecimal(36)) == -1 && temperature.compareTo(new BigDecimal(37.3)) == 1)
|
|
|
|
|
|
+ if (temperature.compareTo(new BigDecimal(36)) == -1 || temperature.compareTo(new BigDecimal(37.3)) == 1)
|
|
suspectedStatus = 1;
|
|
suspectedStatus = 1;
|
|
//咳嗽
|
|
//咳嗽
|
|
if (cough > 0)
|
|
if (cough > 0)
|