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'){