|
|
|
@@ -80,7 +80,7 @@ public class BusinessCircleBase extends TenantEntity { |
|
|
|
private Long userId; |
|
|
|
public Long getUserId(){ |
|
|
|
this.userId = this.cUserId; |
|
|
|
return userId; |
|
|
|
return this.userId; |
|
|
|
} |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="c端会员id,与第三方对齐",name="cUserId") |
|
|
|
private Long cUserId; |
|
|
|
@@ -90,7 +90,7 @@ public class BusinessCircleBase extends TenantEntity { |
|
|
|
private String userPhone; |
|
|
|
public String getUserPhone(){ |
|
|
|
this.userPhone = this.cUserPhone; |
|
|
|
return userPhone; |
|
|
|
return this.userPhone; |
|
|
|
} |
|
|
|
private String cUserPhone; |
|
|
|
@TableField(exist = false) |
|
|
|
|