修改兼容
This commit is contained in:
parent
3ee83dcc86
commit
e5d514bdd4
@ -115,7 +115,7 @@ class StoreOrderController extends BaseAdminController
|
|||||||
if(empty($detail)){
|
if(empty($detail)){
|
||||||
return $this->fail('无该订单请检查');
|
return $this->fail('无该订单请检查');
|
||||||
}
|
}
|
||||||
$money = bcmul($detail['pay_price'],100);
|
$money = (int)bcmul($detail['pay_price'],100);
|
||||||
$refund = (new \app\common\logic\store_order\StoreOrderLogic())
|
$refund = (new \app\common\logic\store_order\StoreOrderLogic())
|
||||||
->refund($params['order_id'],$money,$money);
|
->refund($params['order_id'],$money,$money);
|
||||||
if($refund){
|
if($refund){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user