3333
This commit is contained in:
parent
f11d003170
commit
18c7ac3ae0
@ -218,6 +218,10 @@ func (r *Question) GetQuestionUnlockStatus(c *gin.Context) {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if single.ValidDate == nil {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
// 判断是否还在有效期内
|
// 判断是否还在有效期内
|
||||||
t := time.Time(*single.ValidDate)
|
t := time.Time(*single.ValidDate)
|
||||||
now := time.Now()
|
now := time.Now()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user