作者 郑周

1. 优化编辑上级ID,传0或不传 取消员工的上级

... ... @@ -6,7 +6,7 @@ import (
type EditParentCommand struct {
Id int64 `cname:"用户ID" json:"id,string" valid:"Required"`
ParentId int64 `cname:"上级ID" json:"parentId"`
ParentId int64 `cname:"上级ID" json:"parentId,string"`
CompanyId int `cname:"公司ID" json:"companyId"`
OperatorId int `cname:"操作人ID" json:"operatorId"`
}
... ...