修改角色

This commit is contained in:
2023-07-06 11:36:11 +08:00
parent 2cf45830ff
commit f391667879
3 changed files with 28 additions and 17 deletions
+17
View File
@@ -0,0 +1,17 @@
package service
type DepartmentService struct{}
// // GetDepartmentCustomList 获取自定义科室列表
// func (r *DepartmentService) GetDepartmentCustomList(departmentRequest requests.GetDepartmentCustomList) (bool, error) {
// hospitalDepartmentCustomDao := dao.HospitalDepartmentCustom{}
//
// maps := make(map[string]interface{})
// if departmentRequest.DepartmentId != "" {
// maps["department_id"] = departmentRequest.DepartmentId
// }
// hospitalDepartmentCustom, err := hospitalDepartmentCustomDao.GetHospitalDepartmentCustomList(maps)
// if err != nil {
//
// }
// }