|
@@ -321,6 +321,10 @@ public class RabbitMqListener {
|
|
if (new File(path + File.separator + "results").exists()) {
|
|
if (new File(path + File.separator + "results").exists()) {
|
|
FileUtils.delAllFile(path + File.separator + "results");
|
|
FileUtils.delAllFile(path + File.separator + "results");
|
|
}
|
|
}
|
|
|
|
+ //删除点位数据
|
|
|
|
+ if (new File(path + File.separator + "extras").exists()) {
|
|
|
|
+ FileUtils.delAllFile(path + File.separator + "extras");
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|