Commit bea1509a by fudahua

feat: 新版本的下载

parent 873d4b6e
......@@ -936,6 +936,7 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
boolean first=true;
do {
if (titles == null) {
titles=new ArrayList<>();
List<String> cellsList = Arrays.asList(cells);
List<FlatQueryField> fields = flatQueryFieldDao.getFlatQueryFieldByTableId(tableId);
Map<String, ColumnInfo> columnInfoMap = fields.stream().filter(mid -> cellsList.contains(mid.getFieldName())).collect(Collectors.toMap(mid -> mid.getFieldName(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment