diff --git a/src/main/java/com/nis/web/controller/restful/MaatTestController.java b/src/main/java/com/nis/web/controller/restful/MaatTestController.java index 94d15f4..b5392a0 100644 --- a/src/main/java/com/nis/web/controller/restful/MaatTestController.java +++ b/src/main/java/com/nis/web/controller/restful/MaatTestController.java @@ -294,8 +294,7 @@ public class MaatTestController { } configCompile.setNumRegionList(numList); } else if (tableType == 14 || tableType == 15) { - strList = new ArrayList(); - +// strList = new ArrayList(); if (tableNameArr.length == 1) { strList.add(getStrRegion(service, tableType, groupId, null)); } else { @@ -303,6 +302,9 @@ public class MaatTestController { strList.add(getStrRegion(service, tableType, groupId, tableName)); } } + if(configCompile.getStrRegionList()!=null&&configCompile.getStrRegionList().size()>0) { + strList.addAll(configCompile.getStrRegionList());//因为字符串和增强字符串使用的是一个strlist所以这里把这俩的值放在一块 + } configCompile.setStrRegionList(strList); } else if (tableType == 16) { digestList = new ArrayList();