lange 5 سال پیش
والد
کامیت
b14e99c5cb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      whepi-web/src/main/java/com/bofeng/service/MsSuspectedService.java

+ 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)