正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -10,7 +10,7 @@ type SwitchOrgCommand struct { | @@ -10,7 +10,7 @@ type SwitchOrgCommand struct { | ||
10 | //操作人 | 10 | //操作人 |
11 | Operator domain.Operator `json:"-"` | 11 | Operator domain.Operator `json:"-"` |
12 | // 组织ID | 12 | // 组织ID |
13 | - OrgId int64 `json:"orgId,string"` | 13 | + OrgId int64 `json:"orgId"` |
14 | } | 14 | } |
15 | 15 | ||
16 | func (switchOrgCommand *SwitchOrgCommand) Valid(validation *validation.Validation) { | 16 | func (switchOrgCommand *SwitchOrgCommand) Valid(validation *validation.Validation) { |
-
请 注册 或 登录 后发表评论