This website works better with JavaScript.
Home
Explore
Help
Sign In
SmartCanteen
/
smart_canteen
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
add_mode
DengBiao
1 year ago
parent
c96758c784
commit
0a5e5154b3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/admin/hdl/hdl_role.go
+ 1
- 1
app/admin/hdl/hdl_role.go
View File
@@ -121,8 +121,8 @@ func RoleList(c *gin.Context) {
}{
Name: admin.Username,
})
result = append(result, &temp)
}
result = append(result, &temp)
}
e.OutSuc(c, map[string]interface{}{
"list": result,
Write
Preview
Loading…
Cancel
Save