Skip to content

Commit b18ebee

Browse files
authored
fix: ActionInvoked returned wrong id (#894)
as title Log: ActionInvoked returned wrong id Bug: https://pms.uniontech.com/bug-view-283561.html
1 parent 25de381 commit b18ebee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panels/notification/common/dbaccessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ NotifyEntity DBAccessor::parseEntity(const QSqlQuery &query)
565565
entity.setHintString(hint);
566566
entity.setActionString(action);
567567
entity.setProcessedType(processedType);
568-
entity.setBubbleId(id);
568+
entity.setBubbleId(notifyId);
569569
entity.setReplacesId(replacesId);
570570

571571
return entity;

0 commit comments

Comments
 (0)