提交 0320907e 作者: 张小凤

Requirements(update)

上级 384f75c3
......@@ -26,8 +26,8 @@ public class ServiceTakeDownTask {
//* * * * * ?
//@Scheduled(cron = "0 30 0 * * ?")
//@Scheduled(cron = "* * * * * ?")
// @Scheduled(cron = "0 30 0 * * ?")
@Scheduled(cron = "0 0/3 * * * ?")
// @Scheduled(cron = "0 30 0 * * ?")
public void orderCheck() {
String format = LocalDate.now().format(DateTimeFormatter.ofPattern("yyyy-MM-dd"));
ResultBody resultBody = requirementsService.orderRequirements(format);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论