wangxj3 commented on a change in pull request #6185:
URL: https://github.com/apache/dolphinscheduler/pull/6185#discussion_r713524554



##########
File path: 
dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/ProcessInstanceMapper.java
##########
@@ -233,6 +233,14 @@ ProcessInstance 
queryLastManualProcess(@Param("processDefinitionCode") Long defi
     List<ProcessInstance> 
queryByProcessDefineCodeAndStatus(@Param("processDefinitionCode") Long 
processDefinitionCode,
                                                             @Param("states") 
int[] states);
 
+    List<ProcessInstance> 
queryByProcessDefineCodeAndStatusAndNextId(@Param("processDefinitionCode") Long 
processDefinitionCode,
+                                                            @Param("states") 
int[] states,
+                                                                     
@Param("id") int id);

Review comment:
       I will fix it




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