作者 tangxvhui

微调

@@ -395,6 +395,9 @@ func (c *SummaryEvaluationController) ModifyFinishScore() { @@ -395,6 +395,9 @@ func (c *SummaryEvaluationController) ModifyFinishScore() {
395 c.Response(nil, e) 395 c.Response(nil, e)
396 return 396 return
397 } 397 }
  398 + userReq := middlewares.GetUser(c.Ctx)
  399 + param.UserId = int(userReq.UserId)
  400 + param.CompanyId = int(userReq.CompanyId)
398 err = srv.ModifyFinishScore(param) 401 err = srv.ModifyFinishScore(param)
399 c.Response(nil, err) 402 c.Response(nil, err)
400 } 403 }