From 614b2468963289e9d42a3aed9fbad0b5853a907c Mon Sep 17 00:00:00 2001 From: yuyang Date: Thu, 24 Feb 2022 11:51:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=94=AF=E4=BB=98=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/xhpc/common/domain/XhpcSettingConfig.java | 5 +++++ .../main/resources/mapper/XhpcCommonPaymentMapper.xml | 1 + .../com/xhpc/user/controller/XhpcAppUserController.java | 9 ++++++--- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/xhpc-modules/xhpc-common/src/main/java/com/xhpc/common/domain/XhpcSettingConfig.java b/xhpc-modules/xhpc-common/src/main/java/com/xhpc/common/domain/XhpcSettingConfig.java index 6200bd5d..3490bb62 100644 --- a/xhpc-modules/xhpc-common/src/main/java/com/xhpc/common/domain/XhpcSettingConfig.java +++ b/xhpc-modules/xhpc-common/src/main/java/com/xhpc/common/domain/XhpcSettingConfig.java @@ -97,4 +97,9 @@ public class XhpcSettingConfig extends BaseEntity { */ private String tenantId; + /** + *租户id + */ + private String filePrefix; + } diff --git a/xhpc-modules/xhpc-payment/src/main/resources/mapper/XhpcCommonPaymentMapper.xml b/xhpc-modules/xhpc-payment/src/main/resources/mapper/XhpcCommonPaymentMapper.xml index dd58b32c..2049bc0b 100644 --- a/xhpc-modules/xhpc-payment/src/main/resources/mapper/XhpcCommonPaymentMapper.xml +++ b/xhpc-modules/xhpc-payment/src/main/resources/mapper/XhpcCommonPaymentMapper.xml @@ -32,6 +32,7 @@ +