Commit 167570f5 authored by hujun's avatar hujun

//

parent 44316a0b
......@@ -177,14 +177,14 @@ class OfficeHomePageLog extends Basic
{
$params = $this->params;
$params = array(
"start_time" => strtotime('2019-06-01 11:02:36'), //开始时间
"end_time" => strtotime('2019-06-26 12:07:10'), //结束时间
// $params = array(
// "start_time" => strtotime('2019-06-01 11:02:36'), //开始时间
// "end_time" => strtotime('2019-06-26 12:07:10'), //结束时间
//"name_or_phone" => "18112347151",//用户姓名或电话
// "search_content" => "1",// 搜索跟进内容
"pageNo" => 1,
"pageSize" => 15
);
// "pageNo" => 1,
// "pageSize" => 15
// );
if (empty($params['start_time']) || empty($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