@@ -501,6 +501,9 @@ public class PersonDeviceLogController {
logger.warn("压缩后文件大小:" + zipBuffer.length);
input = new ByteArrayInputStream(zipBuffer);
+
+ //文件被压缩
+ fileName = DateTime.now().toString("yyyyMMddHHmmss") + ".zip";
}
long end = System.currentTimeMillis();