LIJU 2 هفته پیش
والد
کامیت
76f9b018bd
1فایلهای تغییر یافته به همراه30 افزوده شده و 13 حذف شده
  1. 30 13
      src/main/java/thyyxxk/webserver/service/medicaladvice/nursing/NursingManagementService.java

+ 30 - 13
src/main/java/thyyxxk/webserver/service/medicaladvice/nursing/NursingManagementService.java

@@ -85,20 +85,37 @@ public class NursingManagementService {
     private static final String XIU_ZHEN_DATE = "1991-01-01";
 
 
+    // 已屏蔽,保留以备后用
+    // static {
+    //     recTimeMap.put("3", "03:00");
+    //     recTimeMap.put("7", "07:00");
+    //     recTimeMap.put("11", "11:00");
+    //     recTimeMap.put("15", "15:00");
+    //     recTimeMap.put("19", "19:00");
+    //     recTimeMap.put("23", "23:00");
+    //
+    //     recTimeMap.put("03:00", "3");
+    //     recTimeMap.put("07:00", "7");
+    //     recTimeMap.put("11:00", "11");
+    //     recTimeMap.put("15:00", "15");
+    //     recTimeMap.put("19:00", "19");
+    //     recTimeMap.put("23:00", "23");
+    // }
+
     static {
-        recTimeMap.put("3", "03:00");
-        recTimeMap.put("7", "07:00");
-        recTimeMap.put("11", "11:00");
-        recTimeMap.put("15", "15:00");
-        recTimeMap.put("19", "19:00");
-        recTimeMap.put("23", "23:00");
-
-        recTimeMap.put("03:00", "3");
-        recTimeMap.put("07:00", "7");
-        recTimeMap.put("11:00", "11");
-        recTimeMap.put("15:00", "15");
-        recTimeMap.put("19:00", "19");
-        recTimeMap.put("23:00", "23");
+        recTimeMap.put("2", "02:00");
+        recTimeMap.put("6", "06:00");
+        recTimeMap.put("10", "10:00");
+        recTimeMap.put("14", "14:00");
+        recTimeMap.put("18", "18:00");
+        recTimeMap.put("22", "22:00");
+
+        recTimeMap.put("02:00", "2");
+        recTimeMap.put("06:00", "6");
+        recTimeMap.put("10:00", "10");
+        recTimeMap.put("14:00", "14");
+        recTimeMap.put("18:00", "18");
+        recTimeMap.put("22:00", "22");
     }
 
     @Autowired