day sort
This commit is contained in:
parent
bd5164b6d3
commit
dbbdb8bd29
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue