|
|
@@ -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
|