lange 5 anni fa
parent
commit
f054d6a791

+ 1 - 1
whepi-web/src/main/java/com/bofeng/service/MsSuspectedService.java

@@ -120,7 +120,7 @@ public class MsSuspectedService {
         //判断是否疑似
         Integer suspectedStatus = 0;
         //确诊
-        if (medical == 1)
+        if (medical > 1 && medical<4)
             suspectedStatus = 1;
         //隔离
         if (singleRoom == 1)