Merge branch 'hotfix/sumary_download' of wmtx/platform into release

汇总导出
master
廖金灵 5 years ago committed by Gogs
commit 03722c4825

@ -2907,7 +2907,7 @@ public function iosDetailExcelInfo($id,$map) {
$allGameIs = array_column($allGameIs, 'game_id'); $allGameIs = array_column($allGameIs, 'game_id');
$records = []; $records = [];
if (!empty($data)) { if (!empty($data)) {
if (intval($endTime - $begTime) / (24 * 3600) <= 30) { if (intval($endTime - $begTime) / (24 * 3600) <= 31) {
$gameIds = []; $gameIds = [];
foreach ($data as $list) { foreach ($data as $list) {
$gameIds[] = $list['game_id']; $gameIds[] = $list['game_id'];

@ -284,7 +284,7 @@
function reload(id) { function reload(id) {
$('input[name=lid]').val(id); $('input[name=lid]').val(id);
document.getElementById('downloadForm').submit() document.getElementById('downloadForm').submit()
setTimeout(function(){ window.location.reload(); }, 7000); setTimeout(function(){ window.location.reload(); }, 20000);
} }
</script> </script>
</block> </block>

Loading…
Cancel
Save