fix: 去掉不用的类注入

This commit is contained in:
CaptainB 2022-01-28 17:57:29 +08:00 committed by CountryBuilder
parent e07b67838e
commit 41675def73
1 changed files with 0 additions and 2 deletions

View File

@ -153,8 +153,6 @@ public class TestCaseService {
@Resource
private MinderExtraNodeService minderExtraNodeService;
@Resource
private ProjectVersionService projectVersionService;
@Resource
@Lazy
private IssuesService issuesService;
@Resource