Browse Source

xielianghe

lange 5 years ago
parent
commit
b14e99c5cb

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

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