You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/10/21 07:46:50 UTC

[GitHub] [dolphinscheduler] hstdream commented on a diff in pull request #12438: [Bug] [API] The workflow definition and the tenant in the workflow instance are inconsistent.

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


##########
dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessDefinitionMapper.xml:
##########
@@ -37,9 +37,10 @@
     </delete>
 
     <select id="queryByCode" resultType="org.apache.dolphinscheduler.dao.entity.ProcessDefinition">
-        select
-        <include refid="baseSql"/>
-        from t_ds_process_definition
+        select pd.id, pd.code, pd.name, pd.version, pd.release_state, pd.project_code, pd.user_id, pd.description,

Review Comment:
   Why can't it be changed?



-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org