yang100455 commented on a change in pull request #6805:
URL: https://github.com/apache/dolphinscheduler/pull/6805#discussion_r749079789
##########
File path:
dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.java
##########
@@ -114,7 +114,7 @@
ProjectUser
queryProjectWithUserByProcessInstanceId(@Param("processInstanceId") int
processInstanceId);
/**
- * query all project
+ * query all project,only admin user can use this method, Other users
query all projects use {@link
ProjectMapper#queryProjectCreatedAndAuthorizedByUserId(int)}
Review comment:
I have removed this comment
--
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]