Commit c181e9ca6043dfecaf2ed8172e59f3be2ba8dce1
1 parent
43a50a1464
Exists in
master
and in
6 other branches
改bug
Showing 1 changed file with 3 additions and 5 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/ViewController.java
View file @
c181e9c
... | ... | @@ -35,19 +35,17 @@ |
35 | 35 | |
36 | 36 | |
37 | 37 | /** |
38 | - * 获取初诊复诊是否打印过 | |
39 | - * type = 1 初诊 | |
40 | - * type = 2 复诊 | |
38 | + * 获取是否打印过 | |
41 | 39 | */ |
42 | 40 | @RequestMapping(value = "/get/prient", method = RequestMethod.GET) |
43 | 41 | @ResponseBody |
44 | 42 | @TokenRequired |
45 | - public BaseObjectResponse getIsPrient(@RequestParam String id, @RequestParam Integer type) { | |
43 | + public BaseObjectResponse getIsPrient(@RequestParam String id) { | |
46 | 44 | return viewFacade.getIsPrient(id); |
47 | 45 | } |
48 | 46 | |
49 | 47 | /** |
50 | - * 初诊复诊打印后回调controller | |
48 | + * 打印后回调controller | |
51 | 49 | * type = 1 初诊 |
52 | 50 | * type = 2 复诊 |
53 | 51 | */ |