Commit 75ff65cc authored by hujun's avatar hujun

图片路径

parent 398c2a8e
......@@ -90,7 +90,7 @@ class Statement extends Basic
$data['end_time'] = $this->params['end_time'];
}
$data['agent_id'] = $this->params['agent_id'];
$data['img_url'] = $this->params['agent_id'];
$data['img_url'] = $img_name;
$data['type'] = $this->params['type'];
$result = $agent_report->editData($data);
......@@ -98,7 +98,6 @@ class Statement extends Basic
$result = 0;
}
if (!$result) {
$code = 101;
$msg = '生成图片失败';
......
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