lenboo commented on a change in pull request #4678:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/4678#discussion_r571341633
##########
File path:
dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessInstanceMapper.xml
##########
@@ -219,5 +219,7 @@
</foreach>
order by id asc
</select>
-
+ <update id="updateGlobalParamById" >
+ update t_ds_process_instance set global_params = #{globalParams}
where id = #{id}
Review comment:
one line for each sql operation.
----------------------------------------------------------------
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]