Commit 24d0cc5e11d759a1083fa27745a9a49e1ba4291c
1 parent
873e35cc2a
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/ApplyOrderController.java
View file @
24d0cc5
... | ... | @@ -94,7 +94,7 @@ |
94 | 94 | return applyOrderFacade.huadaCallback(syscode, sign, timestamp, params); |
95 | 95 | } |
96 | 96 | //华大基因,下载报告文件pdf |
97 | - @RequestMapping(method = RequestMethod.POST,value = "/huadaSieveapplyPdf") | |
97 | + @RequestMapping(method = RequestMethod.GET,value = "/huadaSieveapplyPdf") | |
98 | 98 | public void addSieveApplyOrder_ftp( @RequestParam(value = "sampleReportId") String sampleReportId, |
99 | 99 | HttpServletRequest request, HttpServletResponse response) { |
100 | 100 | applyOrderFacade.huadaFtp(sampleReportId, response); |