Commit a22426fa79d46e3008f1311afd1fa794cedaa040
1 parent
d68f9ddd23
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/CancerScreeningController.java
View file @
a22426f
| ... | ... | @@ -256,7 +256,7 @@ |
| 256 | 256 | @ResponseBody |
| 257 | 257 | @RequestMapping(method = RequestMethod.GET,value = "/setCancerExamineStatus/{position}/{id}") |
| 258 | 258 | @TokenRequired |
| 259 | - public BaseResponse setCancerExamineStatus(@PathVariable Integer type,@PathVariable Integer position,@PathVariable String id, HttpServletRequest request) { | |
| 259 | + public BaseResponse setCancerExamineStatus(@PathVariable Integer position,@PathVariable String id, HttpServletRequest request) { | |
| 260 | 260 | LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); |
| 261 | 261 | return cancerScreenService.setCancerExamineStatus(position,id, loginState.getId()); |
| 262 | 262 | } |