Browse Source

fix

release_toaliyun_real
winter 1 year ago
parent
commit
6041cc4298
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/domain/po/WxOfflineActivityRecord.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxOfflineActivityRecord.java View File

@@ -211,7 +211,7 @@ public class WxOfflineActivityRecord extends TenantEntity {
private Date auditTime; private Date auditTime;


@Excel(name = "积分变动值", width = 20, orderNum = "15") @Excel(name = "积分变动值", width = 20, orderNum = "15")
@TableField(value = "increasedPoints")
@TableField(value = "increased_points")
private Integer increasedPoints; private Integer increasedPoints;


@TableField(exist = false) @TableField(exist = false)


Loading…
Cancel
Save