Browse Source

优化代码

gaodm 6 years atrás
parent
commit
db0ccda000
1 changed files with 1 additions and 0 deletions
  1. 1 0
      icss-service/src/main/java/com/diagbot/web/DiseaseController.java

+ 1 - 0
icss-service/src/main/java/com/diagbot/web/DiseaseController.java

@@ -14,6 +14,7 @@ import org.springframework.web.bind.annotation.RestController;
  */
 @RestController
 @RequestMapping("/disease")
+@SuppressWarnings("unchecked")
 @Api(value = "诊断相关API", tags = { "诊断相关API" })
 public class DiseaseController {