Explorar el Código

msg

release_toaliyun_real
xhxu hace 4 años
padre
commit
bf524bc7a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkSchedule/src/main/java/com/iformall/schedule/MsgSendingSchedule.java

+ 1
- 1
mallinkSchedule/src/main/java/com/iformall/schedule/MsgSendingSchedule.java Ver fichero

@@ -43,7 +43,7 @@ public class MsgSendingSchedule {
/**
* 每小时第一分钟执行
*/
@Scheduled(cron = "0 1 * * * ?")
@Scheduled(cron = "0 1 */1 * * ?")
public void sendmsgschedule() {
logger.info("sendmsg定时任务启动");
String systemTime = DateUtils.getSystemTime("yyyy-MM-dd HH:00:00");


Cargando…
Cancelar
Guardar