mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-30 02:38:17 +08:00
[FIX] fix bugs when merging
This commit is contained in:
parent
1dc22cc25c
commit
e866103b3b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user