lenboo commented on a change in pull request #4678:
URL: 
https://github.com/apache/incubator-dolphinscheduler/pull/4678#discussion_r571341431



##########
File path: 
dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/ProcessInstanceMapper.java
##########
@@ -221,4 +221,5 @@ ProcessInstance 
queryLastManualProcess(@Param("processDefinitionId") int definit
             @Param("processDefinitionId") int processDefinitionId,
             @Param("states") int[] states);
 
+    int updateGlobalParamById(@Param("globalParams") String 
globalParams,@Param("id")  int id);

Review comment:
        one line for each parameter is the general way of writing




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

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


Reply via email to