From 840c027a92904d9fc4581793e3aadee05c7d6487 Mon Sep 17 00:00:00 2001 From: sgjj <995959152@qq.com> Date: Wed, 21 Oct 2020 10:31:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/macro.ftl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/main/webapp/WEB-INF/macro.ftl diff --git a/src/main/webapp/WEB-INF/macro.ftl b/src/main/webapp/WEB-INF/macro.ftl new file mode 100644 index 00000000..1565114d --- /dev/null +++ b/src/main/webapp/WEB-INF/macro.ftl @@ -0,0 +1,7 @@ +<#macro ms_file jsonString> + <#if jsonString??&&jsonString!=''> + <@compress> + ${jsonString?eval[0].path} + + + \ No newline at end of file