Browse Source

//plan

release_toaliyun_real
xhxu 3 years ago
parent
commit
7b2d2ce460
2 changed files with 3 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/domain/po/WxActivityJoin.java
  2. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java

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

@@ -57,11 +57,11 @@ public class WxActivityJoin extends TenantEntity {
@io.swagger.annotations.ApiModelProperty(value = "昵称", name = "nickName")
private String nickName;

@Excel(name = "报名时间", format = "yyyy-MM-dd HH:mm:ss", width = 30, orderNum = "8")
@Excel(name = "报名时间", format = "yyyy-MM-dd HH:mm:ss", width = 30, orderNum = "9")
@io.swagger.annotations.ApiModelProperty(value = "创建时间", name = "createTime")
private Date createTime;

@Excel(name = "活动签到", replace = {"未签到_0", "已签到_1"}, width = 10, orderNum = "9")
@Excel(name = "活动签到", replace = {"未签到_0", "已签到_1"}, width = 10, orderNum = "10")
@io.swagger.annotations.ApiModelProperty(value = "签到状态1签到0未签到", name = "signIn")
private Integer signIn;


+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java View File

@@ -623,6 +623,7 @@ public class TtCouponGoodsServiceImpl implements TtCouponGoodsService {
poiPlan.setPlanId(record.getId());
this.poiOrientedPlanDeleteTalent(ttWebService,record);
}else{
record.setDouyinId(JSON.toJSONString(record.getDouyinIdList()));
poiPlan.setPlanName(record.getName());
}
poiPlan.setMerchantPhone(record.getMerchantPhone());


Loading…
Cancel
Save