Browse Source

[Fix-8394][Server]fix when the data is supplemented business time still date+1 (#8511)

3.0.0/version-upgrade
wangbowen 2 years ago committed by GitHub
parent
commit
c1592ff38e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/placeholder/BusinessTimeUtils.java

1
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:

Loading…
Cancel
Save