作者 yangfu

用户导入修改

@@ -43,7 +43,7 @@ func (ptr *PgBatchAddOrgService) BatchAddOrg(optUser *domain.OperateInfo, orgLis @@ -43,7 +43,7 @@ func (ptr *PgBatchAddOrgService) BatchAddOrg(optUser *domain.OperateInfo, orgLis
43 Ext: &domain.Ext{}, 43 Ext: &domain.Ext{},
44 } 44 }
45 if v, ok := mapOrg[item.ParentOrgCode]; !ok { 45 if v, ok := mapOrg[item.ParentOrgCode]; !ok {
46 - item.FailReason = fmt.Sprintf("找不到上级部门:%v", item.OrgCode) 46 + item.FailReason = fmt.Sprintf("找不到上级部门:%v", item.ParentOrgCode)
47 failRows = append(failRows, item) 47 failRows = append(failRows, item)
48 continue 48 continue
49 //return fmt.Errorf(fmt.Sprintf("找不到组织:%v", item.OrgCode)) 49 //return fmt.Errorf(fmt.Sprintf("找不到组织:%v", item.OrgCode))