mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-06 20:11:27 +08:00
【feature】添加组织数据读取权限
This commit is contained in:
@@ -12,8 +12,8 @@ import (
|
||||
|
||||
func InitNoticeRouter(container *restful.Container) {
|
||||
s := &api.NoticeApi{
|
||||
DeptApp: services.SysDeptModelDao,
|
||||
NoticeApp: services.SysNoticeModelDao,
|
||||
OrganizationApp: services.SysOrganizationModelDao,
|
||||
NoticeApp: services.SysNoticeModelDao,
|
||||
}
|
||||
ws := new(restful.WebService)
|
||||
ws.Path("/system/notice").Produces(restful.MIME_JSON)
|
||||
|
||||
Reference in New Issue
Block a user