Sfoglia il codice sorgente

调整初始化日期

hurugang 4 anni fa
parent
commit
df895215fd

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