修改参数导出顺序问题
This commit is contained in:
+8
-1
@@ -1097,7 +1097,14 @@ public class ParamsCollectManifestHistoryEOServiceImpl extends ServiceImpl<Param
|
||||
fileList.addAll(ossFileList);
|
||||
}
|
||||
}
|
||||
paramsConfigDataEOList.remove(paramsConfigDataEO);
|
||||
Iterator<ParamsConfigDataHistoryEO> iterator = paramsConfigDataEOList.iterator();
|
||||
while (iterator.hasNext()) {
|
||||
ParamsConfigDataHistoryEO element = iterator.next();
|
||||
if (element.getId().equals(paramsConfigDataEO.getId())) {
|
||||
iterator.remove();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
String configData = configDataBuilder.toString();
|
||||
|
||||
Reference in New Issue
Block a user