master
elf 11 months ago
parent 6683a34aad
commit 4662185cc4

@ -194,7 +194,7 @@ class SpendController extends ThinkController
$this->display(); $this->display();
} }
public function lists_mime() public function listsMime()
{ {
$startDate = empty($_REQUEST['timestart']) ? date('Y-m-d', strtotime('-6 day', time())) : $_REQUEST['timestart']; $startDate = empty($_REQUEST['timestart']) ? date('Y-m-d', strtotime('-6 day', time())) : $_REQUEST['timestart'];
$endDate = empty($_REQUEST['timeend']) ? date('Y-m-d') : $_REQUEST['timeend']; $endDate = empty($_REQUEST['timeend']) ? date('Y-m-d') : $_REQUEST['timeend'];

Loading…
Cancel
Save