fix: 设置渠道优先级未更新 ability
This commit is contained in:
parent
5cee70c9a4
commit
85a87af2e9
@ -41,6 +41,7 @@ func (channel *Channel) AddAbilities() error {
|
|||||||
Model: model,
|
Model: model,
|
||||||
ChannelId: channel.Id,
|
ChannelId: channel.Id,
|
||||||
Enabled: channel.Status == common.ChannelStatusEnabled,
|
Enabled: channel.Status == common.ChannelStatusEnabled,
|
||||||
|
Priority: channel.Priority,
|
||||||
}
|
}
|
||||||
abilities = append(abilities, ability)
|
abilities = append(abilities, ability)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user