作者 Your Name

Merge branch 'dev' of http://47.244.231.31:8099/zhl/globalso-v6 into dev

@@ -28,6 +28,7 @@ class ProjectMenuController extends BaseController @@ -28,6 +28,7 @@ class ProjectMenuController extends BaseController
28 */ 28 */
29 public function lists(){ 29 public function lists(){
30 $menuModel = new ProjectMenuModel(); 30 $menuModel = new ProjectMenuModel();
  31 + $this->map['pid'] = $this->param['pid'];
31 $lists = $menuModel->lists($this->map,$this->page,$this->row,$this->order,['*']); 32 $lists = $menuModel->lists($this->map,$this->page,$this->row,$this->order,['*']);
32 $this->response('success',Code::SUCCESS,$lists); 33 $this->response('success',Code::SUCCESS,$lists);
33 } 34 }