Commit f4e15ff97a4ad8b9d5b83e18203705346ac9ba24
1 parent
99674e0ab3
Exists in
master
and in
6 other branches
产前诊断
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/DiagnosisController.java
View file @
f4e15ff
... | ... | @@ -80,7 +80,7 @@ |
80 | 80 | * @param request |
81 | 81 | * @return |
82 | 82 | */ |
83 | - //@TokenRequired | |
83 | + @TokenRequired | |
84 | 84 | @ResponseBody |
85 | 85 | @RequestMapping(value = "/getDiagnosisList",method = RequestMethod.GET) |
86 | 86 | public DiagnosisManagerResult getDiagnosisList(DiagnosisAddRequest dataresult,HttpServletRequest request){ |