From 80cb58cdc9ff832cb627a61231d45554a16be1bc Mon Sep 17 00:00:00 2001
From: ELF <360197197@qq.com>
Date: Fri, 10 Jul 2020 16:57:31 +0800
Subject: [PATCH 1/4] =?UTF-8?q?=E6=8E=A8=E5=B9=BF=E5=91=98=E4=B8=9A?=
=?UTF-8?q?=E7=BB=A9=E6=9F=A5=E8=AF=A2=E6=97=B6=E9=97=B4=E8=8C=83=E5=9B=B4?=
=?UTF-8?q?=E9=99=90=E5=88=B6=E4=B8=BA31=E5=A4=A9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Application/Home/Controller/QueryController.class.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Application/Home/Controller/QueryController.class.php b/Application/Home/Controller/QueryController.class.php
index d09b4ae87..3ff0f0ce2 100644
--- a/Application/Home/Controller/QueryController.class.php
+++ b/Application/Home/Controller/QueryController.class.php
@@ -2111,7 +2111,7 @@ class QueryController extends BaseController
$timeout = 0;
$records = [];
- if (intval($endTime - $beginTime) / (24 * 3600) <= 7) {
+ if (intval($endTime - $beginTime) / (24 * 3600) <= 31) {
$promoteRepository = new PromoteRepository();
$createRoleCountList = $promoteRepository->getCreateRoleCountByIds($ids, $params);
$createRoleUserCountList = $promoteRepository->getCreateRoleUserCountByIds($ids, $params);
From aeade79e673e4585d1ef01c2562f69f61076fabf Mon Sep 17 00:00:00 2001
From: ELF <360197197@qq.com>
Date: Fri, 10 Jul 2020 17:19:15 +0800
Subject: [PATCH 2/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Application/Home/View/default/Query/achievement.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Application/Home/View/default/Query/achievement.html b/Application/Home/View/default/Query/achievement.html
index 7359bbf11..460cd03c0 100644
--- a/Application/Home/View/default/Query/achievement.html
+++ b/Application/Home/View/default/Query/achievement.html
@@ -162,7 +162,7 @@