|
@@ -86,8 +86,8 @@ func (l *GetEmployeeListLogic) GetEmployeeList(req *types.EmployeeListReq) (*typ
|
|
|
})
|
|
|
}
|
|
|
|
|
|
- //sceneList := getEmployeeConfigListByIds(l, v.Scene)
|
|
|
- //switchInList := getEmployeeConfigListByIds(l, v.SwitchIn)
|
|
|
+ sceneList := getEmployeeConfigListByIds(l, v.Scene)
|
|
|
+ switchInList := getEmployeeConfigListByIds(l, v.SwitchIn)
|
|
|
|
|
|
resp.Data.Data = append(resp.Data.Data,
|
|
|
types.EmployeeInfo{
|
|
@@ -107,15 +107,15 @@ func (l *GetEmployeeListLogic) GetEmployeeList(req *types.EmployeeListReq) (*typ
|
|
|
Skill: &v.Skill,
|
|
|
AbilityType: &v.AbilityType,
|
|
|
Scene: &v.Scene,
|
|
|
- //SceneList: sceneList,
|
|
|
- SwitchIn: &v.SwitchIn,
|
|
|
- //SwitchInList: switchInList,
|
|
|
- //Tutorial: tutorial,
|
|
|
- VideoUrl: &v.VideoURL,
|
|
|
- //WorkExperience: workExperience,
|
|
|
- CategoryId: &v.CategoryID,
|
|
|
- ApiBase: &v.APIBase,
|
|
|
- ApiKey: &v.APIKey,
|
|
|
+ SceneList: sceneList,
|
|
|
+ SwitchIn: &v.SwitchIn,
|
|
|
+ SwitchInList: switchInList,
|
|
|
+ Tutorial: tutorial,
|
|
|
+ VideoUrl: &v.VideoURL,
|
|
|
+ WorkExperience: workExperience,
|
|
|
+ CategoryId: &v.CategoryID,
|
|
|
+ ApiBase: &v.APIBase,
|
|
|
+ ApiKey: &v.APIKey,
|
|
|
})
|
|
|
}
|
|
|
|