This is an automated email from the ASF dual-hosted git repository.
caishunfeng pushed a commit to branch 2.0.4-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/2.0.4-prepare by this push:
new 3a73c50 [Fix-8394][Server]fix when the data is supplemented business
time still date+1 (#8511) (#8512)
3a73c50 is described below
commit 3a73c50c96f1ebfdaadd1de04131bec7ffd85144
Author: caishunfeng <[email protected]>
AuthorDate: Thu Feb 24 10:56:46 2022 +0800
[Fix-8394][Server]fix when the data is supplemented business time still
date+1 (#8511) (#8512)
Co-authored-by: wangbowen <[email protected]>
---
.../dolphinscheduler/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 3c220f9..7c2d231 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: