From 932e566844d906f3258ecb3b8b14558c987dd903 Mon Sep 17 00:00:00 2001 From: wen <1455474577@qq.com> Date: Wed, 24 Nov 2021 16:18:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=8C=E7=BB=B4=E7=A0=81?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E8=B7=AF=E5=BE=84=EF=BC=8C=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E4=BA=86=E6=96=B0=E7=9A=84=E8=B7=AF=E5=BE=84=EF=BC=8CQRcodeMat?= =?UTF-8?q?erial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xhpc/charging/station/service/XhpcDownCodeServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xhpc-modules/xhpc-charging-station/src/main/java/com/xhpc/charging/station/service/XhpcDownCodeServiceImpl.java b/xhpc-modules/xhpc-charging-station/src/main/java/com/xhpc/charging/station/service/XhpcDownCodeServiceImpl.java index e416ffd8..dc4f129c 100644 --- a/xhpc-modules/xhpc-charging-station/src/main/java/com/xhpc/charging/station/service/XhpcDownCodeServiceImpl.java +++ b/xhpc-modules/xhpc-charging-station/src/main/java/com/xhpc/charging/station/service/XhpcDownCodeServiceImpl.java @@ -195,7 +195,7 @@ public class XhpcDownCodeServiceImpl implements IXhpcDownCodeService { DownMaterialUtil.fileToZip(file,url); - return "Material"+l+".zip"; + return "QRcodeMaterial" + l + ".zip"; } static boolean delFile(File file) {