Commit 0a943dc36ea3acc5c03b654924c670f25bae0b22
1 parent
6d3dc8e1be
Exists in
master
and in
6 other branches
初诊复诊
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java
View file @
0a943dc
| ... | ... | @@ -1944,7 +1944,7 @@ |
| 1944 | 1944 | *诸城初诊测试 |
| 1945 | 1945 | * @return |
| 1946 | 1946 | */ |
| 1947 | - @RequestMapping(value="/zc/cz") | |
| 1947 | + @RequestMapping(value="/zc/cscz") | |
| 1948 | 1948 | @ResponseBody |
| 1949 | 1949 | public BaseObjectResponse getCsCz(@RequestParam("id")String id,@RequestParam("parentId")String parentId){ |
| 1950 | 1950 | AntExChuModel antExChuModel = new AntExChuModel(); |
| ... | ... | @@ -1958,7 +1958,7 @@ |
| 1958 | 1958 | *诸城复诊测试 |
| 1959 | 1959 | * @return |
| 1960 | 1960 | */ |
| 1961 | - @RequestMapping(value="/zc/czfz") | |
| 1961 | + @RequestMapping(value="/zc/csfz") | |
| 1962 | 1962 | @ResponseBody |
| 1963 | 1963 | public BaseObjectResponse getCsFz(@RequestParam("id")String id,@RequestParam("parentId")String parentId){ |
| 1964 | 1964 | AntenatalExaminationModel antenatalExaminationModel = new AntenatalExaminationModel(); |