去除新增系统问诊配置

This commit is contained in:
wucongxing 2023-10-19 11:44:22 +08:00
parent a50b679e6e
commit b99f67fb19

View File

@ -498,9 +498,6 @@ func privateRouter(r *gin.Engine, api controller.Api) {
// 修改系统问诊配置
systemGroup.PUT("/:system_inquiry_config_id", api.InquiryConfig.PutSystemInquiryConfig)
// 新增系统问诊配置
systemGroup.POST("", api.InquiryConfig.AddDoctorInquiryConfig)
}
}
}