This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_app
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
dengbiao
1 week ago
parent
c21192d32c
commit
af65cfecd3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/hdl/institutional_management/public_platoon/hdl_basic.go
+ 1
- 1
app/hdl/institutional_management/public_platoon/hdl_basic.go
View File
@@ -199,7 +199,7 @@ func FindUserRelationshipMap(c *gin.Context) {
}
var list *md.TreeNode
list, err = svc.GetTrees(db.Db, relation,
3
)
list, err = svc.GetTrees(db.Db, relation,
1
)
if err != nil {
e.OutErr(c, e.ERR_DB_ORM, err.Error())
return
Write
Preview
Loading…
Cancel
Save