|
@@ -92,6 +92,9 @@ public class ExcelTabClientImpl implements ExcelTabClient {
|
|
|
dataArray = excelTabService.addLoadDataInfo(dataArray);
|
|
|
dataArray = putIfAbsent(dataArray);
|
|
|
List<TableInfo> tableInfoList = this.excelTabService.getTableInfoListTrial(dataArray, tabIds);
|
|
|
+ for (TableInfo tableInfo : tableInfoList) {
|
|
|
+ tableInfo.setTestGroupId(dto.getId()+"");
|
|
|
+ }
|
|
|
try {
|
|
|
//试验特殊处理
|
|
|
RandomNumberHolder.setTrialSelfInspectionRecordGroupId(dto.getId());
|