Explorar el Código

更新日志下载功能

soobin hace 2 años
padre
commit
d972db296e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/java/com/szwl/controller/TEquipmentController.java

+ 1 - 1
src/main/java/com/szwl/controller/TEquipmentController.java

@@ -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);