From 3a0ffd3abc374151b99d0c78ed70b844ac616054 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Thu, 21 Sep 2023 20:11:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/repositories/system/CacheRepository.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/common/repositories/system/CacheRepository.php b/app/common/repositories/system/CacheRepository.php index 1bf43ccb..999121dd 100644 --- a/app/common/repositories/system/CacheRepository.php +++ b/app/common/repositories/system/CacheRepository.php @@ -88,7 +88,7 @@ class CacheRepository extends BaseRepository ['label' => '商户入驻申请协议', 'key' => self::INTEGRAL_AGREE], ['label' => '交易申请协议', 'key' => self::BUSINESS_APPLY_AGREE], ['label' => '商户服务协议', 'key' => self::MERC_SERVICE_AGREE], - ['label' => '供应链商户补充协议','key' => self::BUSINESS_APPLY_AGREE], + ['label' => '供应链商户补充协议','key' => self::MERC_SUPPLY_AGREE], ['label' => '产品代销三方合作协议书', 'key' => self::CONSIGN_PRODUCT_AGREE], ['label' => '商户开通采购、交易及结算功能协议', 'key' => self::MERC_SETTLE_AGREE], ]; @@ -121,6 +121,10 @@ class CacheRepository extends BaseRepository self::PLATFORM_RULE, self::COUPON_AGREE, self::SYS_SVIP, + self::MERC_SERVICE_AGREE, + self::MERC_SUPPLY_AGREE, + self::CONSIGN_PRODUCT_AGREE, + self::MERC_SETTLE_AGREE, ]; }