@@ -153,7 +153,7 @@ public class StudentImportAnalysis extends DataAnalysis<StudentImportAnalysis> {
item.setTenantId(tenantMap.get(item.getTenantName()));
}
- if (StringUtils.isEmpty(item.getTenantGroupName())) {
+ if (!"平台".equals(item.getTenantName()) && StringUtils.isEmpty(item.getTenantGroupName())) {
ret.append("小组名称不能为空;");
}else {
if (!tenantGroupMap.containsKey(item.getTenantGroupName())) {