updatePartnerUserInfo
This commit is contained in:
@@ -19,4 +19,7 @@ public class ApplyBaseInfoVO {
|
||||
@ApiModelProperty("所选省内是否含有开放城市")
|
||||
private Boolean provinceHasOpenArea;
|
||||
|
||||
@ApiModelProperty("线索状态:0公海线索;1跟进中;2合作中;3黑名单")
|
||||
private Integer lineStatus;
|
||||
|
||||
}
|
||||
|
||||
@@ -105,6 +105,7 @@ public class PartnerUserInfoServiceImpl implements PartnerUserInfoService {
|
||||
if (CollectionUtils.isNotEmpty(hyOpenAreaInfoDOS)) {
|
||||
applyBaseInfoVO.setProvinceHasOpenArea(true);
|
||||
}
|
||||
applyBaseInfoVO.setLineStatus(hyPartnerLineInfoDO.getLineStatus());
|
||||
return applyBaseInfoVO;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user