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

修改登录鉴权时间

parent 71bd6b5c
......@@ -97,9 +97,9 @@ public class SetupProjectServiceImpl extends AbstractCRUDServiceImpl<SetupProjec
throw new AppException("请上传项目工程文件!");
}
//InputStream inputStream = FileUtil.getInputStream(file);
InputStream inputStream = FileUtil.getInputStream(file);
// ZipUtils.unGzip(inputStream, setupProjectEntity.getProjectPath());
ZipUtils.unGzip(inputStream, setupProjectEntity.getProjectPath());
String publicPath = setupProjectEntity.getProjectPath() + ProductDisEnum.getByValue(setupProjectEntity.getProjectCode()).getValue();
......
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