Commit 2fb32860e96fed99ce09d3cd1915c854aabe9632

Authored by landong2015
1 parent 8fc8ed9ed9

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 @ 2fb3286
... ... @@ -101,7 +101,7 @@
101 101 }
102 102  
103 103 //返回证件类型
104   - @RequestMapping(value = "/cardNoType", method = RequestMethod.GET)
  104 + @RequestMapping(value = "/getCertificateTypeId", method = RequestMethod.GET)
105 105 @ResponseBody
106 106 public BaseResponse queryCardNoType(){
107 107 return residentsArchiveFacade.queryCardNoType();