修改报错
This commit is contained in:
parent
073042e3da
commit
125ffecb7e
@ -71,7 +71,7 @@ class UserProductStorageLogic extends BaseLogic
|
||||
if($price){
|
||||
$price=bcmul($price,$v['nums'],2);
|
||||
$rate=bcdiv($price,100,2);
|
||||
$order_id= StoreOrder::where('id',$cart_info['oid'])->value('order_id');
|
||||
$order_id= StoreOrder::where('id',$find['oid'])->value('order_id');
|
||||
UserSignLogic::storage($order_id,$rate);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user