|
|
|
@@ -91,7 +91,7 @@ public class WxRaffleActivityRecord extends TenantEntity { |
|
|
|
private Date createDateEnd; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "更新时间", name = "updateDate") |
|
|
|
private Date updateDate; |
|
|
|
@Excel(name="提交时间",width = 20,format="yyyy-MM-dd HH:mm:ss", orderNum = "14") |
|
|
|
@Excel(name="发奖时间",width = 20,format="yyyy-MM-dd HH:mm:ss", orderNum = "14") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "发奖时间", name = "sendTime") |
|
|
|
private Date sendTime; |
|
|
|
@TableField(exist = false) |
|
|
|
@@ -161,6 +161,8 @@ public class WxRaffleActivityRecord extends TenantEntity { |
|
|
|
|
|
|
|
} |
|
|
|
return sb.toString(); |
|
|
|
}else { |
|
|
|
allSetItem = 0; |
|
|
|
} |
|
|
|
return null; |
|
|
|
} |
|
|
|
|