新增银行列表

This commit is contained in:
2023-07-11 13:37:01 +08:00
parent fade9ea4a7
commit fd749b9dbc
8 changed files with 265 additions and 34 deletions
+2 -2
View File
@@ -36,6 +36,6 @@ func (b *DiseaseClassExpertise) GetExpertiseList(c *gin.Context) {
}
// 处理返回值
getDepartmentListResponse := diseaseClassExpertiseResponse.GetDiseaseClassExpertiseListResponse(diseaseClassExpertises)
responses.OkWithData(getDepartmentListResponse, c)
getExpertiseListResponse := diseaseClassExpertiseResponse.GetDiseaseClassExpertiseListResponse(diseaseClassExpertises)
responses.OkWithData(getExpertiseListResponse, c)
}