Commit ad7b5b9a authored by tangwei's avatar tangwei

修改bug

parent c64543ea
...@@ -93,9 +93,10 @@ public class OrganizationImpl extends BaseService<Organization,Organization, Org ...@@ -93,9 +93,10 @@ public class OrganizationImpl extends BaseService<Organization,Organization, Org
organization.setSort(sort); organization.setSort(sort);
organization.setBizOrgCode(bizOrgCode); organization.setBizOrgCode(bizOrgCode);
organizationMapper.insert(organization); organizationMapper.insert(organization);
}else{
throw new BadRequest("用户组"+dto.getEmergencyTeamName()+"已存不能重复导入!");
} }
// else{
// throw new BadRequest("用户组"+dto.getEmergencyTeamName()+"已存不能重复导入!");
// }
} }
} }
//对人员数据入库 //对人员数据入库
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment