Commit 80daa26e authored by liuyuzhen's avatar liuyuzhen

常见问题以及锁

parent 2495d791
......@@ -59,7 +59,7 @@ class CommonController extends \Our\Controller_AbstractIndex{
public function getListAction(){
public function getProblemListAction(){
$commonProbleService = \Business\Common\CommonProblemServiceModel::getInstance();
$articleList = $commonProbleService->getProblemList(true);
$this->success($articleList);
......
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