Merge branch 'master' of ssh://118.31.104.155:4422/mnt/git/v2.tiantianxinye.365care
master
weizong song 2 years ago
commit ea75f4c8d6

@ -563,7 +563,7 @@ class StatisticsController extends CommonController
$orderTotal = OrderItems::where('paid_at', 'like', '%' . $month . '%')
->whereIn('bed_id', $beds->pluck('id'))
->sum("money");
->sum("total");
$item->order_total = $orderTotal;
$item->shouxufei = round($orderTotal * 0.006, 2);

Loading…
Cancel
Save