Commit ab67e1cc by lizhilin

更新

parent 3448404d
...@@ -143,7 +143,8 @@ public function getList(array $param) ...@@ -143,7 +143,8 @@ public function getList(array $param)
if ($cObj->toArray()) { if ($cObj->toArray()) {
$count = count($cObj->toArray()); $count = count($cObj->toArray());
} }
//$queries = DB::getQueryLog(); $queries = DB::getQueryLog();
// 获取列表 // 获取列表
$data = []; $data = [];
$list = $note_monitor->limit($prePage)->offset($offsetstart)->groupBy('rp.lawyer_id')->get()->toArray(); $list = $note_monitor->limit($prePage)->offset($offsetstart)->groupBy('rp.lawyer_id')->get()->toArray();
......
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