質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -118,4 +118,8 @@
|
|
118
118
|
|
119
119
|
ただ、salesの期間を絞り込んでsales_productの商品ごとの合計を取得する方法がわかりません。
|
120
120
|
|
121
|
+
やりたいのは以下のように複数のsalesにあるsales_productの集計です。
|
122
|
+
|
123
|
+
`Sales::whereBetween('date', '2020-xx-xx xx:xx:xx', '2021-xx-xx xx:xx:xx')->products()`
|
124
|
+
|
121
125
|
よろしくお願いします。
|