From da90fc891cb3cf6f39ccac46bf008908985c2932 Mon Sep 17 00:00:00 2001 From: xuanchen <122383162@qq.com> Date: Mon, 22 Feb 2021 17:14:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=B8=A0=E9=81=93=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Merchant/Controllers/Census/IndexController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']);