master
wangxinglong 2022-04-08 18:02:04 +08:00
parent c3a5440975
commit 13b791da20
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class Bill extends Base
public function recharge()
{
$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()) {
$repo = BillRepository::getInstance();
$keyword = $this->request->param('keyword/s', '');