作者 tangxvhui

更新

@@ -367,12 +367,6 @@ func (c *SummaryEvaluationController) ExportAllEvaluationSuper() { @@ -367,12 +367,6 @@ func (c *SummaryEvaluationController) ExportAllEvaluationSuper() {
367 func (c *SummaryEvaluationController) ListExecutorEvaluationSelf() { 367 func (c *SummaryEvaluationController) ListExecutorEvaluationSelf() {
368 srv := service.NewSummaryEvaluationService() 368 srv := service.NewSummaryEvaluationService()
369 param := &command.QueryExecutorEvaluationList{} 369 param := &command.QueryExecutorEvaluationList{}
370 - err := c.BindJSON(param)  
371 - if err != nil {  
372 - e := application.ThrowError(application.ARG_ERROR, "json 解析错误"+err.Error())  
373 - c.Response(nil, e)  
374 - return  
375 - }  
376 userReq := middlewares.GetUser(c.Ctx) 370 userReq := middlewares.GetUser(c.Ctx)
377 param.CompanyId = int(userReq.CompanyId) 371 param.CompanyId = int(userReq.CompanyId)
378 param.ExecutorId = int(userReq.UserId) 372 param.ExecutorId = int(userReq.UserId)