|
@ -36,7 +36,6 @@ import com.epmet.entity.RegisterRelationEntity; |
|
|
import com.epmet.entity.UserCustomerEntity; |
|
|
import com.epmet.entity.UserCustomerEntity; |
|
|
import com.epmet.entity.UserWechatEntity; |
|
|
import com.epmet.entity.UserWechatEntity; |
|
|
import com.epmet.feign.GovOrgFeignClient; |
|
|
import com.epmet.feign.GovOrgFeignClient; |
|
|
import com.epmet.feign.OperCrmFeignClient; |
|
|
|
|
|
import com.epmet.redis.RegisterRelationRedis; |
|
|
import com.epmet.redis.RegisterRelationRedis; |
|
|
import com.epmet.service.GridVisitedService; |
|
|
import com.epmet.service.GridVisitedService; |
|
|
import com.epmet.service.RegisterRelationService; |
|
|
import com.epmet.service.RegisterRelationService; |
|
@ -61,8 +60,6 @@ public class RegisterRelationServiceImpl extends BaseServiceImpl<RegisterRelatio |
|
|
|
|
|
|
|
|
private static final Logger log = LoggerFactory.getLogger(RegisterRelationServiceImpl.class); |
|
|
private static final Logger log = LoggerFactory.getLogger(RegisterRelationServiceImpl.class); |
|
|
|
|
|
|
|
|
@Autowired |
|
|
|
|
|
private RegisterRelationRedis registerRelationRedis; |
|
|
|
|
|
|
|
|
|
|
|
@Autowired |
|
|
@Autowired |
|
|
private UserWechatDao userWechatDao; |
|
|
private UserWechatDao userWechatDao; |
|
@ -76,20 +73,12 @@ public class RegisterRelationServiceImpl extends BaseServiceImpl<RegisterRelatio |
|
|
@Autowired |
|
|
@Autowired |
|
|
private GovOrgFeignClient govOrgFeignClient; |
|
|
private GovOrgFeignClient govOrgFeignClient; |
|
|
|
|
|
|
|
|
@Autowired |
|
|
|
|
|
private UserResiRegisterVisitDao userResiRegisterVisitDao; |
|
|
|
|
|
|
|
|
|
|
|
@Autowired |
|
|
@Autowired |
|
|
private UserCustomerDao userCustomerDao; |
|
|
private UserCustomerDao userCustomerDao; |
|
|
|
|
|
|
|
|
@Autowired |
|
|
|
|
|
private RegisterRelationDao registerRelationDao; |
|
|
|
|
|
|
|
|
|
|
|
@Autowired |
|
|
@Autowired |
|
|
private GridVisitedService gridVisitedService; |
|
|
private GridVisitedService gridVisitedService; |
|
|
|
|
|
|
|
|
@Autowired |
|
|
|
|
|
private OperCrmFeignClient operCrmFeignClient; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|