|
|
|
@@ -79,7 +79,7 @@ public class BusinessCircleBase extends TenantEntity { |
|
|
|
@TableField(exist = false) |
|
|
|
private String userIdStr; |
|
|
|
public String getUserIdStr(){ |
|
|
|
return Long.toString(cUserId); |
|
|
|
return cUserId == null?"":Long.toString(cUserId); |
|
|
|
} |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="c端会员id,与第三方对齐",name="cUserId") |
|
|
|
private Long cUserId; |
|
|
|
|