This commit is contained in:
jiangyong27 2025-04-01 23:01:49 +08:00
parent bd5164b6d3
commit dbbdb8bd29
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ func (d *CheckinDao) Query(corpId int64, username, month string, filterException
if filterException {
tx = tx.Where("exception = ''")
}
tx.Order("day ASC")
var u []*model.Checkin
tx = tx.Find(&u)
if tx.Error != nil {