|
@@ -67,7 +67,7 @@ class Menu extends Base
|
|
|
if($role==false) return json_show(0,"获取成功",[]);
|
|
|
|
|
|
$action = Db::name("action")
|
|
|
- ->where(['id'=>explode(",",$role['action_conllect']),"status"=>1,"is_del"=>0])
|
|
|
+ ->where(['id'=>explode(",",$role['action_conllect']),"status"=>1])
|
|
|
->column("id,menuid,action_code");
|
|
|
if (empty($action)) return json_show(0,"获取成功",[]);
|
|
|
|