修改自定义科室
This commit is contained in:
@@ -1,17 +1,3 @@
|
||||
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 {
|
||||
//
|
||||
// }
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user