推广员业绩查询时间范围限制为31天

master
ELF 4 years ago
parent 80e89c651a
commit 80cb58cdc9

@ -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);

Loading…
Cancel
Save