Commit 2add52fa authored by wwccw0591's avatar wwccw0591

pc

parent 9c66e29a
...@@ -52,7 +52,7 @@ class IndexController extends \Our\Controller_Abstract { ...@@ -52,7 +52,7 @@ class IndexController extends \Our\Controller_Abstract {
} }
public function indexAction() { public function indexAction() {
phpinfo();exit; echo 1;exit;
$orderDao = \DAO\Order\OrderModel::getInstance(); $orderDao = \DAO\Order\OrderModel::getInstance();
$res=$orderDao->getList(array('buyer_id'=>1),'*',0,10); $res=$orderDao->getList(array('buyer_id'=>1),'*',0,10);
......
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