jimmyyem 4 месяцев назад
Родитель
Сommit
9ba3efa800
1 измененных файлов с 11 добавлено и 11 удалено
  1. 11 11
      internal/logic/employee/get_employee_list_logic.go

+ 11 - 11
internal/logic/employee/get_employee_list_logic.go

@@ -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,
 			})
 	}