From d40ce89901f636256e531ce1cdefc985cb11d1f4 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Fri, 3 Jul 2020 09:58:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=82=E5=9C=BA=E4=B8=93=E5=91=98=E4=B8=9A?= =?UTF-8?q?=E7=BB=A9=E7=BB=93=E7=AE=97=E5=8F=91=E6=94=BE=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Common/extend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Common/extend.php b/Application/Admin/Common/extend.php index 1ee9ab7e5..defa3a834 100644 --- a/Application/Admin/Common/extend.php +++ b/Application/Admin/Common/extend.php @@ -2648,7 +2648,7 @@ function withMarketAdminCondition($map, $searchMarketAdminId = 0) } function getMarketMonth() { - $start = date("Y-m", strtotime("+1 month")); + $start = date("Y-m", strtotime("+4 month")); //开始月份 $range = []; $i = 1;