正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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.OrgCode) |
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)) |
-
请 注册 或 登录 后发表评论