新增赛程功能

This commit is contained in:
wuyibo
2022-11-12 16:52:46 +08:00
parent a8fdd22503
commit c8441f0e58
2 changed files with 203 additions and 38 deletions

View File

@@ -41,7 +41,7 @@ public class CompetitionTeamVsTeam extends BaseEntity
private String guestTeamName;
/** 比赛时间 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
@Excel(name = "比赛时间", width = 60, dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date competitionTime;