Commit 048a26108f3a80c66635d7c6f5c7fab565ad4edf
1 parent
c970abd181
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 @
048a261
... | ... | @@ -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("李欣"); |