@@ -457,7 +457,7 @@ public class AgreementLogic {
rows.add(row);
}
// 获取资源文件存放路径,用于临时存放生成的excel文件
- String path = "/tmp";
+ String path = "/tmp/";
if (active.equals("dev")) {
path = Objects.requireNonNull(this.getClass().getClassLoader().getResource("")).getPath();