修改系统问诊配置

This commit is contained in:
2023-10-19 11:38:39 +08:00
parent eda63e716e
commit a50b679e6e
8 changed files with 366 additions and 12 deletions
+1 -1
View File
@@ -497,7 +497,7 @@ func privateRouter(r *gin.Engine, api controller.Api) {
systemGroup.GET("/:system_inquiry_config_id", api.InquiryConfig.GetSystemInquiryConfig)
// 修改系统问诊配置
systemGroup.PUT("/:inquiry_config_id", api.InquiryConfig.PutDoctorInquiryConfig)
systemGroup.PUT("/:system_inquiry_config_id", api.InquiryConfig.PutSystemInquiryConfig)
// 新增系统问诊配置
systemGroup.POST("", api.InquiryConfig.AddDoctorInquiryConfig)