This commit is contained in:
chenyawei 2024-12-11 16:44:49 +08:00
parent a54ec047ff
commit 4435bf9762

View File

@ -142,7 +142,7 @@ public class GeneratorTestData {
// 生成点数据
List<Map<String, String>> list = generateData(tagNumsMap.get(value.getTag()), value.getTag(), ids, count);
// 写入点数据
writeToCsv(list, finalOutputDir + "/" + value.getTag() + "-" + count + "s.csv");
writeToCsv(list, finalOutputDir + "/" + value.getTag() + "s-" + count + ".csv");
});
tagFutures.add(future);
}