作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

商户申请

@@ -154,7 +154,7 @@ class UserExpLogAudit extends Backend @@ -154,7 +154,7 @@ class UserExpLogAudit extends Backend
154 } 154 }
155 $this->error(__('Parameter %s can not be empty', '')); 155 $this->error(__('Parameter %s can not be empty', ''));
156 } 156 }
157 - dump($row); 157 + dump($list = collection($row)->toArray());
158 exit(); 158 exit();
159 $this->view->assign("row", $row); 159 $this->view->assign("row", $row);
160 return $this->view->fetch(); 160 return $this->view->fetch();