|
@@ -31,7 +31,7 @@ class CommonorderModel{
|
|
|
$total_quantity = M('lionfish_comshop_order_goods')->where( "order_id ={$order_id} {$where}" )->sum('quantity');
|
|
|
|
|
|
$total_quantity = empty($total_quantity) ? 0 : $total_quantity;
|
|
|
-
|
|
|
+ var_dump($total_quantity);
|
|
|
$refund_quantity = $this->refund_order_goods_quantity( $order_id,$order_goods_id,$uniacid);
|
|
|
|
|
|
$surplus_quantity = $total_quantity - $refund_quantity;
|