Commit b88e72a2 authored by 赵啸非's avatar 赵啸非

修改登录鉴权时间

parent 2c7accc1
......@@ -85,7 +85,7 @@ public class ZipUtils {
log.info("********开始执行gzip");
TarArchiveEntry entry;
// 将 tar 文件解压到 extractPath 目录下
while (fin.getNextTarEntry() != null) {
while (fin!=null&&fin.getNextTarEntry() != null) {
entry= fin.getNextTarEntry();
if(entry==null) continue;
if (entry.isDirectory()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment