Commit bb6d05b3 authored by hujun's avatar hujun

3

parent 1165252f
...@@ -61,7 +61,7 @@ class WorkLearning extends Basic ...@@ -61,7 +61,7 @@ class WorkLearning extends Basic
if (!$this->request->isAjax()) { if (!$this->request->isAjax()) {
return view('work_learning/integrity'); return view('work_learning/integrity');
} }
$data = $this->getList($this->params, 4); $data = $this->getList($this->params, 3);
return $this->response($data['code'], $data['msg'], $data['data']); return $this->response($data['code'], $data['msg'], $data['data']);
} }
......
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