Merge branch '1.3.2-bug' into test
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -49,7 +49,7 @@ func (srv *SummaryEvaluationService) ListCycleAndProject(param *command.QueryCyc | @@ -49,7 +49,7 @@ func (srv *SummaryEvaluationService) ListCycleAndProject(param *command.QueryCyc | ||
| 49 | assessDao := dao.NewStaffAssessDao(map[string]interface{}{ | 49 | assessDao := dao.NewStaffAssessDao(map[string]interface{}{ |
| 50 | "transactionContext": transactionContext, | 50 | "transactionContext": transactionContext, |
| 51 | }) | 51 | }) |
| 52 | - projectList, err := assessDao.ListCycleAndProject(param.UserId, param.CompanyId, limit, offset) | 52 | + projectList, err := assessDao.ListCycleAndProject(param.UserId, param.CompanyId, offset, limit) |
| 53 | if err != nil { | 53 | if err != nil { |
| 54 | return nil, application.ThrowError(application.INTERNAL_SERVER_ERROR, err.Error()) | 54 | return nil, application.ThrowError(application.INTERNAL_SERVER_ERROR, err.Error()) |
| 55 | } | 55 | } |
-
请 注册 或 登录 后发表评论