Commit e5c7bd24ba8b59437e0297cf5fd470be19278763
1 parent
2fb32860e9
Exists in
master
and in
1 other branch
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/ResidentsArchiveController.java
View file @
e5c7bd2
... | ... | @@ -101,7 +101,7 @@ |
101 | 101 | } |
102 | 102 | |
103 | 103 | //返回证件类型 |
104 | - @RequestMapping(value = "/getCertificateTypeId", method = RequestMethod.GET) | |
104 | + @RequestMapping(value = "/getCertificateType", method = RequestMethod.GET) | |
105 | 105 | @ResponseBody |
106 | 106 | public BaseResponse queryCardNoType(){ |
107 | 107 | return residentsArchiveFacade.queryCardNoType(); |