ruanwenjun commented on code in PR #16579:
URL:
https://github.com/apache/dolphinscheduler/pull/16579#discussion_r1770722478
##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/permission/ResourcePermissionCheckServiceImpl.java:
##########
@@ -256,6 +256,9 @@ public static class EnvironmentResourcePermissionCheck
implements ResourceAcquis
private final EnvironmentMapper environmentMapper;
+ @Autowired
+ private ProcessService processService;
Review Comment:
```suggestion
private UserDao userDao;
```
--
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]