From c1592ff38eea6190db8316b87d6cab7f1acce53c Mon Sep 17 00:00:00 2001 From: wangbowen Date: Thu, 24 Feb 2022 10:07:59 +0800 Subject: [PATCH] [Fix-8394][Server]fix when the data is supplemented business time still date+1 (#8511) --- .../common/utils/placeholder/BusinessTimeUtils.java | 1 - 1 file changed, 1 deletion(-) diff --git a/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/placeholder/BusinessTimeUtils.java b/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/placeholder/BusinessTimeUtils.java index 3c220f9280..7c2d2318a8 100644 --- a/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/placeholder/BusinessTimeUtils.java +++ b/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/placeholder/BusinessTimeUtils.java @@ -53,7 +53,6 @@ public class BusinessTimeUtils { if (runTime == null) { return result; } - break; case START_PROCESS: case START_CURRENT_TASK_PROCESS: case RECOVER_TOLERANCE_FAULT_PROCESS: