Commit 482d40b4 authored by clone's avatar clone

1

parent ddb31b73
...@@ -112,13 +112,13 @@ class Report extends Basic ...@@ -112,13 +112,13 @@ class Report extends Basic
public function reportList() public function reportList()
{ {
$params = $this->params; $params = $this->params;
$params = array( /* $params = array(
"agent_id" =>6562, "agent_id" =>6562,
"type" => 1,//1表示全部 2表示进场 3 表示收款 4成交报告 "type" => 1,//1表示全部 2表示进场 3 表示收款 4成交报告
"is_all"=>0,//0搜索我自己的,1全部 "is_all"=>0,//0搜索我自己的,1全部
"page_no"=>1, "page_no"=>1,
"page_size"=>15 "page_size"=>15
); );*/
if (!isset($params["agent_id"]) || !isset($params["type"])) { if (!isset($params["agent_id"]) || !isset($params["type"])) {
......
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