Antiloveg 8 years ago
parent
commit
ae1005d3da
1 changed files with 0 additions and 6 deletions
  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