Antiloveg 9 년 전
부모
커밋
ae1005d3da
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      src/main/java/com/goafanti/user/service/impl/UserServiceImpl.java

+ 0 - 6
src/main/java/com/goafanti/user/service/impl/UserServiceImpl.java

@@ -12,10 +12,8 @@ import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
 
 import com.goafanti.common.constant.AFTConstants;
-import com.goafanti.common.dao.AchievementMapper;
 import com.goafanti.common.dao.AdminLocationMapper;
 import com.goafanti.common.dao.CopyrightInfoMapper;
-import com.goafanti.common.dao.DemandMapper;
 import com.goafanti.common.dao.OrgIntellectualPropertyMapper;
 import com.goafanti.common.dao.OrganizationIdentityMapper;
 import com.goafanti.common.dao.PatentInfoMapper;
@@ -56,10 +54,6 @@ public class UserServiceImpl extends BaseMybatisDao<UserMapper> implements UserS
 	@Autowired
 	private TechProjectMapper				techProjectMapper;
 	@Autowired
-	private DemandMapper					demandMapper;
-	@Autowired
-	private AchievementMapper				achievementMapper;
-	@Autowired
 	private OrgIntellectualPropertyMapper	orgIntellectualPropertyMapper;
 
 	@Override