Commit e4e44c18 authored by hujun's avatar hujun

//

parent 57e07467
......@@ -4196,8 +4196,8 @@ class Finance extends Basic
return view('daily_total');
}
$this->params['start_time'] = '2019-4-9';
$this->params['end_time'] = '2019-4-10';
// $this->params['start_time'] = '2019-4-9';
// $this->params['end_time'] = '2019-4-10';
if (empty($this->params['start_time']) || empty($this->params['end_time'])) {
return $this->response(101, '参数错误');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment