This commit is contained in:
jiangyong27 2025-03-11 19:11:28 +08:00
parent 0095b3a4ee
commit db48d126c4
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ func (c *Checkin) From(m *model.Checkin) {
c.Day = m.Day
c.Month = m.Month
c.StartTime = goutil.TimeToDateTime(m.StartTime)
c.StartTime = goutil.TimeToDateTime(m.EndTime)
c.EndTime = goutil.TimeToDateTime(m.EndTime)
c.CreateTime = goutil.TimeToDateTime(m.CreateTime)
c.Exception = m.Exception
c.Rawdata = m.Rawdata