|
|
@ -445,6 +445,10 @@ func (s *Rpc) UpdateBaseOrganization(ctx context.Context, in *BaseOrganizationPr
|
|
|
|
model.EduAssistType = in.EduAssistType
|
|
|
|
model.EduAssistType = in.EduAssistType
|
|
|
|
model.MainSchoolId = in.MainSchoolId
|
|
|
|
model.MainSchoolId = in.MainSchoolId
|
|
|
|
model.ManagerAreaCode = in.ManagerAreaCode
|
|
|
|
model.ManagerAreaCode = in.ManagerAreaCode
|
|
|
|
|
|
|
|
//如果需要修改AreaCode
|
|
|
|
|
|
|
|
if in.AreaCode != "" {
|
|
|
|
|
|
|
|
model.AreaCode = in.AreaCode
|
|
|
|
|
|
|
|
}
|
|
|
|
//如果没有是否分校标识时,
|
|
|
|
//如果没有是否分校标识时,
|
|
|
|
if in.IsBranchSchool == 0 {
|
|
|
|
if in.IsBranchSchool == 0 {
|
|
|
|
model.MainSchoolType = 99
|
|
|
|
model.MainSchoolType = 99
|
|
|
|