@@ -293,6 +293,9 @@ public class ComListAllLogic {
String[] s = fileZip.getName().split("_");
+ if (s.length < 3)
+ throw new RemoteServiceException("导入格式错误");
+
List<AdminWebsit> adminWebsits = adminWebsitService.lambdaQuery().in(AdminWebsit::getName, s[2]).list();