diff --git a/Application/Sdk/Controller/ShortcutController.class.php b/Application/Sdk/Controller/ShortcutController.class.php index 3d7253a2..dd6f2399 100644 --- a/Application/Sdk/Controller/ShortcutController.class.php +++ b/Application/Sdk/Controller/ShortcutController.class.php @@ -110,7 +110,7 @@ class ShortcutController extends BaseController{ $spend = M('spend', 'tab_')->where([ 'pay_order_number' => $payInfo['order_id'] ])->find(); - $orderPrice = $spend['pay_amount']; + $orderPrice = round($spend['pay_amount']+$spend['deduction_amount'], 2); } else { $deposit = M('deposit', 'tab_')->where([ 'pay_order_number' => $payInfo['order_id']