【feature】添加组织数据读取权限

This commit is contained in:
XM-GO
2023-09-14 17:28:52 +08:00
parent bde42bfc9a
commit b5ee2a54b9
84 changed files with 1664 additions and 774 deletions

View File

@@ -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)