From 13b791da20f08411fd97457159c0c2ce2d1f79b9 Mon Sep 17 00:00:00 2001 From: wangxinglong <2371974647@qq.com> Date: Fri, 8 Apr 2022 18:02:04 +0800 Subject: [PATCH] setter --- app/controller/manager/Bill.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/manager/Bill.php b/app/controller/manager/Bill.php index 8bf0e67..51551a8 100644 --- a/app/controller/manager/Bill.php +++ b/app/controller/manager/Bill.php @@ -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', '');