refactor 🎨: admin中的公共中间件,提到common

This commit is contained in:
linwenxiang
2021-03-28 23:27:01 +08:00
parent 5e99363e9a
commit 495a9c54aa
13 changed files with 22 additions and 584 deletions
+1 -1
View File
@@ -283,4 +283,4 @@ func digitDeptLabel(deptList *[]system.SysDept, dept dto.DeptLabel) dto.DeptLabe
}
dept.Children = min
return dept
}
}