Merge pull request 'fix get list staff' (#66) from feaure/staff-getinfo into develop
Reviewed-on: #66
This commit is contained in:
commit
45b49fb83c
|
@ -15,8 +15,8 @@ func GetStaff() Staff {
|
||||||
return Staff{}
|
return Staff{}
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetListStaffInfoByNotificationAction ...
|
// GetListStaffInfoByIds ...
|
||||||
func (s Staff) GetListStaffInfoByNotificationAction(p model.GetListStaffRequest) (*model.ResponseListStaffInfo, error) {
|
func (s Staff) GetListStaffInfoByIds(p model.GetListStaffRequest) (*model.ResponseListStaffInfo, error) {
|
||||||
msg, err := natsio.GetServer().Request(subject.Staff.GetListStaffInfo, toBytes(p))
|
msg, err := natsio.GetServer().Request(subject.Staff.GetListStaffInfo, toBytes(p))
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue