Commit 72760cc0 authored by zhuwei's avatar zhuwei

bug

parent 9c0a7743
...@@ -7,6 +7,7 @@ use app\api_broker\service\StatementService; ...@@ -7,6 +7,7 @@ use app\api_broker\service\StatementService;
use app\model\RAgentNote; use app\model\RAgentNote;
use app\model\RAgentReport; use app\model\RAgentReport;
use think\Exception; use think\Exception;
use think\Log;
use think\Request; use think\Request;
/** /**
...@@ -40,6 +41,7 @@ class Statement extends Basic ...@@ -40,6 +41,7 @@ class Statement extends Basic
"time_start" => date("Y-m-d", time()), "time_start" => date("Y-m-d", time()),
"time_end" => date("Y-m-d", time()), "time_end" => date("Y-m-d", time()),
);*/ );*/
Log::write(json_encode($params), '本月完成单数-传入条件44行-7151'); //记录日志
if (!isset($params["agent_id"]) || !isset($params["time_start"]) || !isset($params["time_end"])) { if (!isset($params["agent_id"]) || !isset($params["time_start"]) || !isset($params["time_end"])) {
return $this->response("101", "请求参数错误"); 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