setter
parent
c3a5440975
commit
13b791da20
|
@ -53,7 +53,7 @@ class Bill extends Base
|
||||||
public function recharge()
|
public function recharge()
|
||||||
{
|
{
|
||||||
$startTime = input("start_time/s", date("Y-m-d H:i:s", strtotime(date("Y-m-d") . " -1 month")));
|
$startTime = input("start_time/s", date("Y-m-d H:i:s", strtotime(date("Y-m-d") . " -1 month")));
|
||||||
$endTime = input("end_time/s", date("Y-m-d 00:00:00"));
|
$endTime = input("end_time/s", date("Y-m-d H:i:s"));
|
||||||
if ($this->request->isPost()) {
|
if ($this->request->isPost()) {
|
||||||
$repo = BillRepository::getInstance();
|
$repo = BillRepository::getInstance();
|
||||||
$keyword = $this->request->param('keyword/s', '');
|
$keyword = $this->request->param('keyword/s', '');
|
||||||
|
|
Loading…
Reference in New Issue