fix get list staff #66
			
				
			
		
		
		
	| 
						 | 
				
			
			@ -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 {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue