wugg 8 月之前
父节点
当前提交
ae75bdec0e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/bug/model/WorkAction.php

+ 1 - 1
app/bug/model/WorkAction.php

@@ -48,7 +48,7 @@ class WorkAction extends Base
     }
     
     public function GetTreeActionByIdArr($idArr,$belong=0){
-    	$list = $this->whereIn("id",$idArr)->field("id,action_name,menu_id,belong_action,belong_process")->select();
+    	$list = $this->whereIn("id",$idArr)->field("id,action_name,menu_id,belong_action,belong_private,belong_process")->select();
     	$temp=[];
     	foreach ($list as $item){
     		$meun = $this->GetMenuList($item->menu_id,$belong);