Merge pull request 'change mgs get staff-info' (#67) from feaure/staff-getinfo into develop
Reviewed-on: #67
This commit is contained in:
commit
ab51f5fd09
|
@ -9,5 +9,5 @@ func getStaffValue(val string) string {
|
||||||
var Staff = struct {
|
var Staff = struct {
|
||||||
GetListStaffInfo string
|
GetListStaffInfo string
|
||||||
}{
|
}{
|
||||||
GetListStaffInfo: getStaffValue("get_list_staff_info_by_notification_info"),
|
GetListStaffInfo: getStaffValue("get_list_staff_info"),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue