From e98550539dd34730a42a3e50eca8b4ca5a46a36f Mon Sep 17 00:00:00 2001 From: wen <1455474577@qq.com> Date: Wed, 24 Nov 2021 17:14:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E5=86=97=E4=BD=99=E6=96=B9=E6=B3=95=E4=BF=AE=E5=A4=8Dbuket-nam?= =?UTF-8?q?e=E4=B8=BAnull=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/xhpc/charging/station/utils/img/QrImgUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xhpc-modules/xhpc-charging-station/src/main/java/com/xhpc/charging/station/utils/img/QrImgUtils.java b/xhpc-modules/xhpc-charging-station/src/main/java/com/xhpc/charging/station/utils/img/QrImgUtils.java index 98d9d6ab..0c15a59a 100644 --- a/xhpc-modules/xhpc-charging-station/src/main/java/com/xhpc/charging/station/utils/img/QrImgUtils.java +++ b/xhpc-modules/xhpc-charging-station/src/main/java/com/xhpc/charging/station/utils/img/QrImgUtils.java @@ -99,7 +99,7 @@ public class QrImgUtils { */ public static void clearRepetition(OSSClient ossClient, Environment environment, String prefix) { - String bucketName = environment.getProperty("bucket-name"); + String bucketName = environment.getProperty("oss.bucket-name"); System.out.println("==》桩:" + prefix + "图片冗余正在清理"); prefix = prefix + "/"; String nextMarker = null;