BUGFIX:1. 所有作品中无法查看个人刚发布的作品
2. 100月付用户的邮件中续订金额不对,发送给商家的邮件中夹杂中文 3. 推广码没有截止有效期时使用该推广码报错
This commit is contained in:
@@ -126,7 +126,7 @@ public class Account implements Serializable {
|
||||
private BigDecimal creditsUsageLimit;
|
||||
|
||||
// 学校分配的积分使用情况
|
||||
private BigDecimal creditsUsage = BigDecimal.ZERO;
|
||||
private BigDecimal creditsUsage;
|
||||
|
||||
private Integer subAccountNum;
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ public class Portfolio implements Serializable {
|
||||
// 学校/企业id
|
||||
private Long organizationId;
|
||||
|
||||
// 该条作品是否在该组织公开 默认不公开 0(1为公开)
|
||||
// 该条作品是否在该组织公开 默认公开 1(0为不公开)
|
||||
private Integer isPublic;
|
||||
|
||||
@ApiModelProperty(value = "创建时间")
|
||||
|
||||
Reference in New Issue
Block a user