修改兼容
This commit is contained in:
parent
3ee83dcc86
commit
e5d514bdd4
@ -115,7 +115,7 @@ class StoreOrderController extends BaseAdminController
|
||||
if(empty($detail)){
|
||||
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($params['order_id'],$money,$money);
|
||||
if($refund){
|
||||
|
Loading…
x
Reference in New Issue
Block a user