This is an automated email from the ASF dual-hosted git repository.

caishunfeng pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new e174d7a  [Fix-8394][Server]fix when the data is supplemented business 
time still date+1 (#8532)
e174d7a is described below

commit e174d7a40ef8326d698701e97fe347fd730f1277
Author: Molin Wang <[email protected]>
AuthorDate: Fri Feb 25 10:27:08 2022 +0800

    [Fix-8394][Server]fix when the data is supplemented business time still 
date+1 (#8532)
---
 .../apache/dolphinscheduler/spi/task/paramparser/BusinessTimeUtils.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/task/paramparser/BusinessTimeUtils.java
 
b/dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/task/paramparser/BusinessTimeUtils.java
index b35598d..eeec408 100644
--- 
a/dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/task/paramparser/BusinessTimeUtils.java
+++ 
b/dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/task/paramparser/BusinessTimeUtils.java
@@ -50,7 +50,6 @@ public class BusinessTimeUtils {
         Date businessDate = runTime;
         switch (commandType) {
             case COMPLEMENT_DATA:
-                break;
             case START_PROCESS:
             case START_CURRENT_TASK_PROCESS:
             case RECOVER_TOLERANCE_FAULT_PROCESS:

Reply via email to