Merge pull request 'change mgs get staff-info' (#67) from feaure/staff-getinfo into develop

Reviewed-on: #67
This commit is contained in:
phuanbui 2022-11-21 01:34:47 +00:00
commit ab51f5fd09
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ func getStaffValue(val string) string {
var Staff = struct {
GetListStaffInfo string
}{
GetListStaffInfo: getStaffValue("get_list_staff_info_by_notification_info"),
GetListStaffInfo: getStaffValue("get_list_staff_info"),
}