Commit 60c44b5c by 冷斌

fix bug

parent 0efb2735
...@@ -207,7 +207,7 @@ class HomeAction extends UserAction ...@@ -207,7 +207,7 @@ 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); var_dump($data, $table, $map, $order, $limit);
die; die;
if ($data['data']) { if ($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