From 19267aa12fa627cb7ed10e4064348d094a99f5ed Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Thu, 28 Sep 2023 16:59:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B0=8F=E6=95=B0=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/repositories/system/merchant/MerchantRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/repositories/system/merchant/MerchantRepository.php b/app/common/repositories/system/merchant/MerchantRepository.php index d0b3af4b..94b86d68 100644 --- a/app/common/repositories/system/merchant/MerchantRepository.php +++ b/app/common/repositories/system/merchant/MerchantRepository.php @@ -747,7 +747,7 @@ class MerchantRepository extends BaseRepository throw new \Exception('merchant 保存出错', 500); } - return [bcsub($income,$margin), $finance, true]; + return [bcsub($income,$margin,2), $finance, true]; } }