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

修改bug
master
廖金灵 4 years ago committed by Gogs
commit 39af00fe0e

@ -3884,6 +3884,10 @@ class ExportController extends Controller
$error = '请选择游戏!'; $error = '请选择游戏!';
$status = false; $status = false;
} }
if ($deviceType == '') {
$error = '请选择设备类型!';
$status = false;
}
$startTime = strtotime($start . ' 00:00:00'); $startTime = strtotime($start . ' 00:00:00');
$endTime = strtotime($end . ' 23:59:59') + 1; $endTime = strtotime($end . ' 23:59:59') + 1;
if ((($endTime - $startTime)/(24*3600)) > 31) { if ((($endTime - $startTime)/(24*3600)) > 31) {

Loading…
Cancel
Save