提交 34800ada 编写于 作者: Q qiaozhanwei

Scheduled scheduling, use scheduler-time

上级 5fced149
......@@ -54,11 +54,11 @@ public class BusinessTimeUtils {
case SCHEDULER:
default:
businessDate = addDays(new Date(), -1);
if (businessDate != null){
if (runTime != null){
/**
* If there is a scheduled time, take the scheduling time. Recovery from failed nodes, suspension of recovery, re-run for scheduling
*/
businessDate = runTime;
businessDate = addDays(runTime, -1);
}
break;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册