正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -88,8 +88,6 @@ func (rs *PermissionService) Update(in *command.UpdatePermissionCommand) (interf | @@ -88,8 +88,6 @@ func (rs *PermissionService) Update(in *command.UpdatePermissionCommand) (interf | ||
| 88 | } | 88 | } |
| 89 | 89 | ||
| 90 | func (rs *PermissionService) Get(in *command.GetPermissionCommand) (*domain.Permission, error) { | 90 | func (rs *PermissionService) Get(in *command.GetPermissionCommand) (*domain.Permission, error) { |
| 91 | - in.CompanyId = 8 | ||
| 92 | - | ||
| 93 | transactionContext, err := factory.ValidateStartTransaction(in) | 91 | transactionContext, err := factory.ValidateStartTransaction(in) |
| 94 | if err != nil { | 92 | if err != nil { |
| 95 | return nil, err | 93 | return nil, err |
-
请 注册 或 登录 后发表评论