[FIX] fix bugs when merging

This commit is contained in:
zhoujunhao 2018-10-08 18:13:46 +08:00
parent 1dc22cc25c
commit e866103b3b

View File

@ -385,7 +385,6 @@ type NotificationEventDao interface {
GetNotificationEventByKind(kind, kindID string) ([]*model.NotificationEvent, error)
GetNotificationEventByTime(start, end time.Time) ([]*model.NotificationEvent, error)
GetNotificationEventNotHandle() ([]*model.NotificationEvent, error)
GetNotificationEventGrouping(start, end time.Time) ([]*model.NotificationEvent, error)
}
//AppBackupDao group app backup history