feat-IRONFANS-66-Robin #189

Merged
chenhao merged 5 commits from feat-IRONFANS-66-Robin into main 2024-03-18 23:51:53 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2b5396d96b - Show all commits

View File

@ -23,7 +23,7 @@ func (p *AccountPunishment) GetEndTimeFormatString() string {
if p == nil || p.EndTime == nil {
return ""
}
return time.Unix(util.DerefInt64(p.EndTime), 0).Local().Format("2006年1月2日 15时04分05秒")
return time.Unix(util.DerefInt64(p.EndTime), 0).Local().Format("1/2 15:04")
}
func (p *AccountPunishment) IsPermanent() bool {