Commit a903de907c717ed24b7a99072102158a0fa16526

Authored by guzijian
1 parent e45666a8

feat: 返回统一日期

Bsth-admin/src/main/java/com/ruoyi/common/cache/TempCache.java
@@ -11,8 +11,8 @@ public class TempCache { @@ -11,8 +11,8 @@ public class TempCache {
11 map = new ConcurrentHashMap<>(); 11 map = new ConcurrentHashMap<>();
12 // map.put("620001", true); 12 // map.put("620001", true);
13 // map.put("620002", true); 13 // map.put("620002", true);
14 -// map.put("700001", true);  
15 - map.put("722717", true); 14 + map.put("700001", true);
  15 +// map.put("722717", true);
16 } 16 }
17 17
18 /** 18 /**
@@ -40,9 +40,9 @@ public class TempCache { @@ -40,9 +40,9 @@ public class TempCache {
40 } 40 }
41 41
42 public static void resetMapStatus() { 42 public static void resetMapStatus() {
43 - map.put("620001", true);  
44 - map.put("620002", true);  
45 -// map.put("700001", true);  
46 - map.put("722717", true); 43 +// map.put("620001", true);
  44 +// map.put("620002", true);
  45 + map.put("700001", true);
  46 +// map.put("722717", true);
47 } 47 }
48 } 48 }