Commit 0af85ae1 by Administrator

'商城管理修改'

parent 646d1db5
...@@ -47,7 +47,7 @@ class AdminGoodsAction extends AdministratorAction ...@@ -47,7 +47,7 @@ class AdminGoodsAction extends AdministratorAction
// 数据的格式化 // 数据的格式化
$order = 'id desc'; $order = 'id desc';
$list = $this->_getGoodsList('index', 20, $order); $list = $this->_getGoodsList('index', 20, $order);
dump($list); // dump($list);
$this->displayList($list); $this->displayList($list);
} }
......
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