Commit 13e236bbc641292aed13affe92d3e28fdbfa8e99
1 parent
6a8e1c067e
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 @
13e236b
| ... | ... | @@ -45,7 +45,7 @@ |
| 45 | 45 | * @return |
| 46 | 46 | */ |
| 47 | 47 | @ResponseBody |
| 48 | - @RequestMapping(value = "/addDiagnosis",method = RequestMethod.GET) | |
| 48 | + @RequestMapping(value = "/addDiagnosis",method = RequestMethod.POST) | |
| 49 | 49 | public BaseResponse addOrUpdateDiagnosis(DiagnosisAddRequest diagnosisAddRequest,HttpServletRequest request){ |
| 50 | 50 | //LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); |
| 51 | 51 | /*diagnosisAddRequest.setName("aaaa"); |