Commit 747715807a2da2caadfb1d5856e034b62474f6fd

Authored by liquanyu
1 parent 9cfcd45067

预约建档

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RemoteController.java View file @ 7477158
... ... @@ -145,6 +145,7 @@
145 145 * @param idCard
146 146 */
147 147 @RequestMapping(value = "/isBookArchive",method = RequestMethod.GET)
  148 + @ResponseBody
148 149 public BaseResponse isBookArchive(HttpServletResponse response, String idCard){
149 150  
150 151