hstdream commented on code in PR #10727:
URL: https://github.com/apache/dolphinscheduler/pull/10727#discussion_r911804008


##########
dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java:
##########
@@ -1409,8 +1412,14 @@ protected String getSubWorkFlowParam(ProcessInstanceMap 
instanceMap, ProcessInst
             Map<String, String> parentParam = 
JSONUtils.toMap(parentProcessInstance.getCommandParam());
             String endTime = 
parentParam.get(CMDPARAM_COMPLEMENT_DATA_END_DATE);
             String startTime = 
parentParam.get(CMDPARAM_COMPLEMENT_DATA_START_DATE);
-            cmdParam.put(CMDPARAM_COMPLEMENT_DATA_END_DATE, endTime);
-            cmdParam.put(CMDPARAM_COMPLEMENT_DATA_START_DATE, startTime);
+            String scheduleTime = 
parentParam.get(CMDPARAM_COMPLEMENT_DATA_SCHEDULE_DATE_LIST);
+            if (StringUtils.isNotEmpty(startTime) && 
StringUtils.isNotEmpty(startTime)) {

Review Comment:
   ok



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to