From 8b6f0d7c0411812a8fdf3cf12c892c2e6d690d4d Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Mon, 4 Mar 2024 15:52:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E6=88=B7=E6=89=8B?= =?UTF-8?q?=E7=BB=AD=E8=B4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/merchant/MerchantIntentionRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/repositories/system/merchant/MerchantIntentionRepository.php b/app/common/repositories/system/merchant/MerchantIntentionRepository.php index 8a9c197d..0ee93605 100755 --- a/app/common/repositories/system/merchant/MerchantIntentionRepository.php +++ b/app/common/repositories/system/merchant/MerchantIntentionRepository.php @@ -150,7 +150,7 @@ class MerchantIntentionRepository extends BaseRepository 'is_company'=>$intention['is_company'], 'business_status'=>2, 'mer_settlement_agree_status'=>1, - 'commission_rate'=>$commissionRate, + 'commission_rate'=>$commissionRate * 100, 'financial_bank'=>$intention['financial_bank'], ]; if($margin['type_code']=='PersonalStore'){