Commit eafc7ab0 by Joneq

发布系统更新

parent 888e369a
Showing with 1 additions and 1 deletions
...@@ -313,7 +313,7 @@ class SystemNoticeLogic ...@@ -313,7 +313,7 @@ class SystemNoticeLogic
static public function getAllUser() static public function getAllUser()
{ {
return DB::table('user_info')->orderBy('userId','desc')->pluck('name','name'); return DB::table('user_info')->where('status',0)->whereIn('department_name',['产品','技术','前端','后台','测试'])->orderBy('userId','desc')->pluck('name','name');
} }
static public function setSystemInfo($data) static public function setSystemInfo($data)
......
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 sign in to comment