|
@@ -1556,6 +1556,7 @@ class ServicesController extends Curd
|
|
|
foreach ($params['pay_category_constitute_list'] as $item) {
|
|
|
$constituteAmount = sprintf("%.2f", $constituteAmount) + sprintf("%.2f", $item['amount']);
|
|
|
}
|
|
|
+ dump($params['order_amount_pay'],$constituteAmount);
|
|
|
if ($params['order_amount_pay'] != $constituteAmount) {
|
|
|
throw new BusinessException('组合支付金额与应付金额不一致');
|
|
|
}
|