作者 yangfu

当前登录组织修改

@@ -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) {