Commit c42aab58 by 朱继来

调整售后数量

parent ccc681ed
Showing with 1 additions and 1 deletions
...@@ -348,7 +348,7 @@ function getOrderServiceNum($order_id, $goods_id) ...@@ -348,7 +348,7 @@ function getOrderServiceNum($order_id, $goods_id)
->where('s.service_status', '>', 1) ->where('s.service_status', '>', 1)
->where('i.order_id', $order_id) ->where('i.order_id', $order_id)
->where('i.goods_id', $goods_id) ->where('i.goods_id', $goods_id)
->sum('i.goods_number'); ->sum('i.adjust_number');
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment