新增上报处方平台接口
This commit is contained in:
@@ -27,7 +27,7 @@ func (b *Department) GetDepartmentCustomList(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
hospitalDepartmentCustomDao := dao.HospitalDepartmentCustom{}
|
||||
hospitalDepartmentCustomDao := dao.HospitalDepartmentCustomDao{}
|
||||
|
||||
hospitalDepartmentCustom, err := hospitalDepartmentCustomDao.GetHospitalDepartmentCustomListByMaps(departmentRequest.GetDepartmentCustomList)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user