作者 tangxvhui

更新菜单名称

@@ -217,10 +217,10 @@ func (srv *SummaryEvaluationService) GetMenu(param *command.QueryMenu) (map[stri @@ -217,10 +217,10 @@ func (srv *SummaryEvaluationService) GetMenu(param *command.QueryMenu) (map[stri
217 } 217 }
218 menu1_2 := adapter.MenuListAdapter{ 218 menu1_2 := adapter.MenuListAdapter{
219 CycleId: param.CycleId, 219 CycleId: param.CycleId,
220 - NodeName: "查看我的成绩", 220 + NodeName: "查看我的绩效",
221 StatusName: "", 221 StatusName: "",
222 TargetUserId: param.UserId, 222 TargetUserId: param.UserId,
223 - Types: "查看我的成绩", 223 + Types: "查看我的绩效",
224 } 224 }
225 if len(selfEvaluation) > 0 { 225 if len(selfEvaluation) > 0 {
226 if selfEvaluation[0].Status == domain.EvaluationCompleted { 226 if selfEvaluation[0].Status == domain.EvaluationCompleted {