allen1128 commented on a change in pull request #5931:
URL: https://github.com/apache/dolphinscheduler/pull/5931#discussion_r683550690
##########
File path:
dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessDefinitionMapper.xml
##########
@@ -180,4 +180,16 @@
where id = #{processDefinitionId}
and version = #{version} limit 1
</select>
+
+ <select id="existDefByProjectCodeAndDefineName"
resultType="java.lang.Boolean">
+ select 1
+ from t_ds_process_definition pd
+ JOIN t_ds_user u ON pd.user_id = u.id
Review comment:
fixed.
--
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]