diff --git a/app/Merchant/Controllers/Census/IndexController.php b/app/Merchant/Controllers/Census/IndexController.php index f68b540..11814cc 100644 --- a/app/Merchant/Controllers/Census/IndexController.php +++ b/app/Merchant/Controllers/Census/IndexController.php @@ -22,7 +22,7 @@ class IndexController extends Controller $coupons = Coupon::where('user_id', $user->id) ->whereYear('created_at', $month[0]) - // ->whereMonth('created_at', $month[1]) + ->whereMonth('created_at', $month[1]) ->where('status', 2) ->get(['id', 'thirdPartyGoodsId', 'created_at']);