Commit ff9009a5 authored by Jave-Chen's avatar Jave-Chen Committed by dailidong
Browse files

#1864 fix dependency and createCommand date check (#1865)

parent 0d5c6e4e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -43,6 +43,10 @@
      <groupId>org.apache.dolphinscheduler</groupId>
      <artifactId>dolphinscheduler-dao</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.dolphinscheduler</groupId>
      <artifactId>dolphinscheduler-server</artifactId>
    </dependency>

    <!--springboot-->
    <dependency>
+0 −4
Original line number Diff line number Diff line
@@ -499,10 +499,6 @@ public class ExecutorService extends BaseService{
            }
        }

        if ( start == null || end == null) {
            return 0;
        }

        if(commandType == CommandType.COMPLEMENT_DATA){
            runMode = (runMode == null) ? RunMode.RUN_MODE_SERIAL : runMode;
            if(null != start && null != end && start.before(end)){