...
|
...
|
@@ -42,7 +42,6 @@ class Reservoirflow extends Backend |
|
|
*/
|
|
|
public function index()
|
|
|
{
|
|
|
print_r(123);return;
|
|
|
//当前是否为关联查询
|
|
|
$this->relationSearch = true;
|
|
|
//设置过滤方法
|
...
|
...
|
@@ -59,6 +58,7 @@ class Reservoirflow extends Backend |
|
|
->where($where)
|
|
|
->order($sort, $order)
|
|
|
->paginate($limit);
|
|
|
print_r($list);return;
|
|
|
|
|
|
foreach ($list as $row) {
|
|
|
$row->visible(['id','number','value','reporttime','createtime']);
|
...
|
...
|
|