作者 tangxvhui

修复 查询错误

@@ -1096,14 +1096,15 @@ func (d *StaffAssessDao) CountAssessCycleMe(executorId int, companyId int) (int, @@ -1096,14 +1096,15 @@ func (d *StaffAssessDao) CountAssessCycleMe(executorId int, companyId int) (int,
1096 1096
1097 // 评估的指标 1097 // 评估的指标
1098 type ContentCategoryName struct { 1098 type ContentCategoryName struct {
1099 - Category string //指标分类  
1100 - Name string //指标名称  
1101 - Weight float64 //指标权重  
1102 - CycleId string //周期id  
1103 - CycleName string //周期名称  
1104 - TargetUserId string //评估的目标员工id  
1105 - TargetUserName string //评估的目标员工名称  
1106 - Cnt int //排序 1099 + Category string `pg:"category"` //指标分类
  1100 + Name string `pg:"name"` //指标名称
  1101 + Weight float64 `pg:"weight"` //指标权重
  1102 + CycleId string `pg:"cycle_id"` //周期id
  1103 + CycleName string `pg:"cycle_name"` //周期名称
  1104 + SortBy int `pg:"sort_by"` //
  1105 + TargetUserId string `pg:"target_user_id"` //评估的目标员工id
  1106 + TargetUserName string `pg:"target_user_name"` //评估的目标员工名称
  1107 + //Cnt int `pg:"cnt"` //排序
1107 } 1108 }
1108 1109
1109 // 员工绩效-综合管理-导出绩效指标 1110 // 员工绩效-综合管理-导出绩效指标