线索id
This commit is contained in:
@@ -22,4 +22,6 @@ public class ApplyBaseInfoVO {
|
|||||||
@ApiModelProperty("线索状态:0公海线索;1跟进中;2合作中;3黑名单")
|
@ApiModelProperty("线索状态:0公海线索;1跟进中;2合作中;3黑名单")
|
||||||
private Integer lineStatus;
|
private Integer lineStatus;
|
||||||
|
|
||||||
|
@ApiModelProperty("线索id")
|
||||||
|
private Long partnerLineId;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -112,6 +112,7 @@ public class PartnerUserInfoServiceImpl implements PartnerUserInfoService {
|
|||||||
if (CollectionUtils.isNotEmpty(hyOpenAreaInfoDOS)) {
|
if (CollectionUtils.isNotEmpty(hyOpenAreaInfoDOS)) {
|
||||||
applyBaseInfoVO.setProvinceHasOpenArea(true);
|
applyBaseInfoVO.setProvinceHasOpenArea(true);
|
||||||
}
|
}
|
||||||
|
applyBaseInfoVO.setPartnerLineId(hyPartnerLineInfoDO.getId());
|
||||||
applyBaseInfoVO.setLineStatus(hyPartnerLineInfoDO.getLineStatus());
|
applyBaseInfoVO.setLineStatus(hyPartnerLineInfoDO.getLineStatus());
|
||||||
String cacheKey = MessageFormat.format(RedisConstant.PARTNER_INTENTINFO_CACHE_KEY, partnerUserInfoRequest.getPartnerId(), hyPartnerLineInfoDO.getId());
|
String cacheKey = MessageFormat.format(RedisConstant.PARTNER_INTENTINFO_CACHE_KEY, partnerUserInfoRequest.getPartnerId(), hyPartnerLineInfoDO.getId());
|
||||||
if (StringUtils.isNotBlank(redisUtilPool.getString(cacheKey))) {
|
if (StringUtils.isNotBlank(redisUtilPool.getString(cacheKey))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user