记得上下班打卡 | git大法好,push需谨慎

Commit e40f01cf authored by 胡佳晨's avatar 胡佳晨

修复bug

parent eda42862
......@@ -55,8 +55,8 @@ public class PerformanceVo {
private String roadShowId;
// OSS
// @ApiModelProperty(value = "演出详情")
// private String details;
@ApiModelProperty(value = "演出详情")
private String details;
// OSS
@ApiModelProperty(value = "购票须知")
private String noticeImage;
......@@ -94,6 +94,8 @@ public class PerformanceVo {
this.timeStart = performance.getTimeStart().format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"));
this.timeEnd = performance.getTimeEnd().format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"));
this.type = performance.getType();
this.details =performance.getDetails();
this.noticeImage = performance.getNoticeImage();
}
public void setTimePriceVipAndLack(int isLackRegister, int isMember, int isExclusive, BigDecimal price, LocalDateTime stopSellTime, LocalDateTime sellTime,int isAdvance,int isDiscount) {
......
......@@ -49,11 +49,11 @@ public class PerformanceIgnoreVo {
private String roadShowId;
// OSS
// @ApiModelProperty(value = "演出详情")
// private String details;
@ApiModelProperty(value = "演出详情")
private String details;
// OSS
// @ApiModelProperty(value = "购票须知")
// private String noticeImage;
@ApiModelProperty(value = "购票须知")
private String noticeImage;
@ApiModelProperty(value = "推荐顺序 0为不推荐")
private Integer isRecommend;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment