Browse Source

fajuan

release_toaliyun_real
xhxu 4 years ago
parent
commit
ca2f5721e1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/domain/po/BusinessCircleBase.java

+ 2
- 2
mallinkService/src/main/java/com/iformall/domain/po/BusinessCircleBase.java View File

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


Loading…
Cancel
Save