fix get list staff

This commit is contained in:
anbuiselly 2022-11-18 21:49:42 +07:00
parent 0a9381065f
commit 2199bb4eef
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ func GetStaff() Staff {
return Staff{}
}
// GetListStaffInfoByNotificationAction ...
func (s Staff) GetListStaffInfoByNotificationAction(p model.GetListStaffRequest) (*model.ResponseListStaffInfo, error) {
// GetListStaffInfoByIds ...
func (s Staff) GetListStaffInfoByIds(p model.GetListStaffRequest) (*model.ResponseListStaffInfo, error) {
msg, err := natsio.GetServer().Request(subject.Staff.GetListStaffInfo, toBytes(p))
if err != nil {