去除新增系统问诊配置
This commit is contained in:
@@ -498,9 +498,6 @@ func privateRouter(r *gin.Engine, api controller.Api) {
|
|||||||
|
|
||||||
// 修改系统问诊配置
|
// 修改系统问诊配置
|
||||||
systemGroup.PUT("/:system_inquiry_config_id", api.InquiryConfig.PutSystemInquiryConfig)
|
systemGroup.PUT("/:system_inquiry_config_id", api.InquiryConfig.PutSystemInquiryConfig)
|
||||||
|
|
||||||
// 新增系统问诊配置
|
|
||||||
systemGroup.POST("", api.InquiryConfig.AddDoctorInquiryConfig)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user