Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
李洋
/
消息系统
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5d697ff3
authored
Dec 29, 2025
by
孙龙
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
权限
parent
2d595c98
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Http/Controllers/MessageController.php
app/Http/Controllers/MessageController.php
View file @
5d697ff3
...
...
@@ -736,7 +736,7 @@ class MessageController extends Controller
{
$perms_arr
=
[
'businessNotice'
];
$res_perm
=
$this
->
getUserPerms
(
$request
,
$perms_arr
);
if
(
!
$res_perm
||
$res_perm
[
"businessNotice"
]){
if
(
!
$res_perm
||
!
$res_perm
[
"businessNotice"
]){
die
(
"您没有权限查看"
);
}
$data
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment