提交 ff9009a5 编写于 作者: J Jave-Chen 提交者: dailidong

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

上级 0d5c6e4e
...@@ -43,6 +43,10 @@ ...@@ -43,6 +43,10 @@
<groupId>org.apache.dolphinscheduler</groupId> <groupId>org.apache.dolphinscheduler</groupId>
<artifactId>dolphinscheduler-dao</artifactId> <artifactId>dolphinscheduler-dao</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.apache.dolphinscheduler</groupId>
<artifactId>dolphinscheduler-server</artifactId>
</dependency>
<!--springboot--> <!--springboot-->
<dependency> <dependency>
......
...@@ -499,10 +499,6 @@ public class ExecutorService extends BaseService{ ...@@ -499,10 +499,6 @@ public class ExecutorService extends BaseService{
} }
} }
if ( start == null || end == null) {
return 0;
}
if(commandType == CommandType.COMPLEMENT_DATA){ if(commandType == CommandType.COMPLEMENT_DATA){
runMode = (runMode == null) ? RunMode.RUN_MODE_SERIAL : runMode; runMode = (runMode == null) ? RunMode.RUN_MODE_SERIAL : runMode;
if(null != start && null != end && start.before(end)){ if(null != start && null != end && start.before(end)){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册