Commit 8a242c33205d5efde584eee23d60886e96d691c5
1 parent
a5cd238912
Exists in
master
and in
6 other branches
撤销
Showing 1 changed file with 1 additions and 9 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/ApplyOrderController.java
View file @
8a242c3
... | ... | @@ -73,14 +73,6 @@ |
73 | 73 | LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); |
74 | 74 | return applyOrderFacade.addOneSieveApplyOrder(applyOrderAddRequest, loginState.getId()); |
75 | 75 | } |
76 | - @RequestMapping(method = RequestMethod.POST,value = "/sieveapply_huada") | |
77 | - @ResponseBody | |
78 | - @TokenRequired | |
79 | - //增加产筛申请单_华大基因 | |
80 | - public BaseResponse addSieveApplyOrder_huada(@Valid @RequestBody SieveApplyOrderAddRequestHuada sieveApplyOrderAddRequestHuada,HttpServletRequest request) { | |
81 | - LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); | |
82 | - return applyOrderFacade.addOneSieveApplyOrder_huada(sieveApplyOrderAddRequestHuada, loginState.getId()); | |
83 | - } | |
84 | 76 | |
85 | 77 | @RequestMapping(method = RequestMethod.GET, value = "/sieveapply") |
86 | 78 | @ResponseBody |
... | ... | @@ -99,7 +91,7 @@ |
99 | 91 | * @param orderQueryRequest |
100 | 92 | * @return |
101 | 93 | */ |
102 | - @RequestMapping(method = RequestMethod.GET, value = "/sieveapply_huada") | |
94 | + @RequestMapping(method = RequestMethod.GET, value = "/applyorder") | |
103 | 95 | @ResponseBody |
104 | 96 | @TokenRequired |
105 | 97 | public BaseResponse queryApplyOrder(@Valid ApplyOrderQueryRequest orderQueryRequest, HttpServletRequest request) { |