From 54c6697a9ca7ef0d5643f18e7e0592b6ae5c3342 Mon Sep 17 00:00:00 2001 From: weigang Date: Wed, 26 Aug 2020 16:57:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E6=88=B7=E9=A6=96=E5=8D=95=E5=88=86?= =?UTF-8?q?=E8=B4=A6=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/SeparateAccountsService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Service/SeparateAccountsService.php b/app/Service/SeparateAccountsService.php index 3f89a5c..8cd5266 100644 --- a/app/Service/SeparateAccountsService.php +++ b/app/Service/SeparateAccountsService.php @@ -251,6 +251,7 @@ class SeparateAccountsService implements SeparateAccountsServiceInterface $order->id, FinancialRecord::OFL_FIRST_AWARD_LIMIT_AMOUNT ) + && $order->money >= FinancialRecord::OFL_FIRST_AWARD_LIMIT_AMOUNT ) { $awardAmount = SystemConfig::query()->where(['type' => 1, 'menu_name' => 'award_each_order'])->value('value');