Browse Source

调整初始化日期

hurugang 4 years ago
parent
commit
df895215fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/cn/hnthyy/thmz/controller/mz/ClinicController.java

+ 1 - 1
src/main/java/cn/hnthyy/thmz/controller/mz/ClinicController.java

@@ -303,7 +303,7 @@ public class ClinicController {
             calendar.set(Calendar.SECOND, 0);
             Date beginTime = calendar.getTime();
             Date now = DateUtil.getFirstSecond();
-            Date breakDay = DateUtil.pase("2021-09-14 00:00:00", "yyyy-MM-dd HH:mm:ss");
+            Date breakDay = DateUtil.pase("2021-09-27 00:00:00", "yyyy-MM-dd HH:mm:ss");
             List<Clinic> list = new ArrayList<>();
             Set<String> set = new HashSet<>();
             while (beginTime.before(now)) {