|
@ -37,7 +37,7 @@ import java.util.Map;
|
|
|
@Scope("prototype")
|
|
|
public class NoticeJob implements Job {
|
|
|
public static String jobKey = "Notice_JOB";
|
|
|
public static String jobCron = "0 0 9,15,20 * * ?"; //每天9点,15点,20 点执行一次
|
|
|
public static String jobCron = "0 0 8,14 * * ?"; //每天8点,14点,20 点执行一次
|
|
|
private static String noticeKey1 = "D_ST_01";//专科
|
|
|
private static String noticeKey2 = "D_ST_02";//全科
|
|
|
private static String noticeKey3 = "D_ST_03";//健康管理师
|