fix: 软质押任务时间范围
This commit is contained in:
@@ -74,7 +74,7 @@ func (m *customNhSystemConfigModel) GetNftStakeTaskOpenDate(ctx context.Context)
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
end, err = time.ParseInLocation(time.DateOnly, dateConf.End, time.Local)
|
||||
end, err = time.ParseInLocation(time.DateTime, dateConf.End+" 23:59:59", time.Local)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user