正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -79,9 +79,9 @@ func (srv StaffAssessServeice) ListAllAssessContentCycleDay(param *query.ListAss | @@ -79,9 +79,9 @@ func (srv StaffAssessServeice) ListAllAssessContentCycleDay(param *query.ListAss | ||
| 79 | defer func() { | 79 | defer func() { |
| 80 | _ = transactionContext.RollbackTransaction() | 80 | _ = transactionContext.RollbackTransaction() |
| 81 | }() | 81 | }() |
| 82 | - assessDao := dao.NewStaffAssessDao(map[string]interface{}{ | ||
| 83 | - "transactionContext": transactionContext, | ||
| 84 | - }) | 82 | + // assessDao := dao.NewStaffAssessDao(map[string]interface{}{ |
| 83 | + // "transactionContext": transactionContext, | ||
| 84 | + // }) | ||
| 85 | if err := transactionContext.CommitTransaction(); err != nil { | 85 | if err := transactionContext.CommitTransaction(); err != nil { |
| 86 | return nil, application.ThrowError(application.INTERNAL_SERVER_ERROR, err.Error()) | 86 | return nil, application.ThrowError(application.INTERNAL_SERVER_ERROR, err.Error()) |
| 87 | } | 87 | } |
-
请 注册 或 登录 后发表评论