新增科普分类管理

This commit is contained in:
2024-10-16 08:51:14 +08:00
parent c6adc376c8
commit 99d050cda1
18 changed files with 1393 additions and 63 deletions
+2 -2
View File
@@ -36,6 +36,6 @@ func (b *DiseaseClassExpertise) GetExpertiseList(c *gin.Context) {
}
// 处理返回值
getExpertiseListResponse := dto.GetDiseaseClassExpertiseListDto(diseaseClassExpertises)
responses.OkWithData(getExpertiseListResponse, c)
g := dto.GetDiseaseClassExpertiseListDto(diseaseClassExpertises)
responses.OkWithData(g, c)
}