Commit b4668dbd by 冷斌

fix bug

parent 425bf81c
...@@ -207,9 +207,6 @@ class HomeAction extends UserAction ...@@ -207,9 +207,6 @@ class HomeAction extends UserAction
$data = M($table)->where($map)->order($order)->findPage($limit); $data = M($table)->where($map)->order($order)->findPage($limit);
var_dump($data, $table, $map, $order, $limit);
die;
if ($data['data']) { if ($data['data']) {
$data['data'] = $this->haddleData($data['data'], $table); $data['data'] = $this->haddleData($data['data'], $table);
foreach ($data['data'] as $k => $v) { foreach ($data['data'] as $k => $v) {
......
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