Commit 44ebb846 by Suvalue

疾病接口合并、修改

parent 09ce0ae4
......@@ -28,7 +28,7 @@ public class SerDiseaseController {
* @throws Exception
*/
@PostMapping("disease/list")
// @Token
@Token
@ApiOperation("根据疾病编码或者疾病等级查询疾病列表")
public Object getDiseaseByLevel(@RequestBody Disease.DiseaseIDorLevel disease) throws InterruptedException {
List<DiseaseLevel> diseaseLevel = serDiseaseService.selectListByIdorLevel(disease.getDate(),disease.getDisease(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment