|
@@ -1485,7 +1485,7 @@ public class TEquipmentController {
|
|
|
}
|
|
|
String clientId = tEquipment.getClientId();
|
|
|
String kind = day+"-"+clientId;
|
|
|
- String filepath = "D:\\file\\"+kind+".txt";
|
|
|
+ String filepath = "/home/hboxs/log/"+kind+".txt";
|
|
|
// 1.1 如果文件已存在,直接下载
|
|
|
if(new File(filepath).exists()) {
|
|
|
downloadFile(filepath, response);
|