wangfeng 4 سال پیش
والد
کامیت
ec30a66965
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/java/com/diagbot/facade/BehospitalInfoFacade.java

+ 1 - 1
src/main/java/com/diagbot/facade/BehospitalInfoFacade.java

@@ -199,7 +199,7 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
             mapAllMr.put("hospital_id", hospitalId);
             mapAllMr.put("check_type", 1);
             QueryWrapper<MedCheckInfo> medCheckInfoMr = new QueryWrapper<>();
-            medCheckInfoQuerys.allEq(mapAll);
+            medCheckInfoMr.allEq(mapAllMr);
             int countMr = medCheckInfoFacade.count(medCheckInfoMr);
             if (countMr > 0) {
                 res.put("mrStatus", 1);