新增上报处方平台接口

This commit is contained in:
2023-09-13 19:09:14 +08:00
parent 84c7997f12
commit 296199e760
14 changed files with 867 additions and 70 deletions
+1 -1
View File
@@ -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 {