瀏覽代碼

bug修改

zouxuan 3 月之前
父節點
當前提交
6f6290c650

+ 1 - 1
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/execl/analysis/StudentImportAnalysis.java

@@ -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())) {