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, ]; }