From e7b4a1b2316ce2e4268fdeba673b54637bd76071 Mon Sep 17 00:00:00 2001 From: gaozhaochen Date: Fri, 2 Dec 2022 12:11:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20->=20=E7=A7=91=E5=AE=A4?= =?UTF-8?q?=E5=8F=B7=E6=BA=90=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cn/sh/stc/sict/theme/hphy/schedule/RefreshJob.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart-health-modules/theme-schema/src/main/java/cn/sh/stc/sict/theme/hphy/schedule/RefreshJob.java b/smart-health-modules/theme-schema/src/main/java/cn/sh/stc/sict/theme/hphy/schedule/RefreshJob.java index 0132f3c..9aedb24 100644 --- a/smart-health-modules/theme-schema/src/main/java/cn/sh/stc/sict/theme/hphy/schedule/RefreshJob.java +++ b/smart-health-modules/theme-schema/src/main/java/cn/sh/stc/sict/theme/hphy/schedule/RefreshJob.java @@ -115,7 +115,7 @@ public class RefreshJob { * 每天中午12点,晚上12点,统计号源信息 */ // @Scheduled(cron = "0 50 12 * * ? ") - @Scheduled(cron = "0 37 9 * * ? ") + @Scheduled(cron = "0 0 0,12 * * ? ") public void statisticRankDeptResourceInfo() { QueryWrapper wrapper = Wrappers.emptyWrapper(); LambdaQueryWrapper lambda = wrapper.select("DISTINCT standard_dept,hospital_code,hospital_name,one_dept_code,dept_code,dept_name").lambda(); -- 2.22.0