limaiwang commented on code in PR #12034:
URL: https://github.com/apache/dolphinscheduler/pull/12034#discussion_r975091938


##########
dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml:
##########
@@ -180,4 +180,10 @@
             union select id as project_id  from t_ds_project where 
user_id=#{userId})
         </if>
     </select>
+
+    <select id="queryAllProjectForDependent" 
resultType="org.apache.dolphinscheduler.dao.entity.Project">
+        select
+        <include refid="baseSql"/>
+        from t_ds_project

Review Comment:
   fixed dependent node only gets item code and name, confirmed ui only gets 
code and name



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