Commit 5372250935715c1d77fe5399f1b87663039c6b5e
1 parent
d0bc187f18
Exists in
master
and in
8 other branches
code update
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BookbuildingController.java
View file @
5372250
| ... | ... | @@ -83,6 +83,7 @@ |
| 83 | 83 | */ |
| 84 | 84 | @RequestMapping(value = "/queryPregnantBuildRecord", method = RequestMethod.GET) |
| 85 | 85 | @ResponseBody |
| 86 | + @TokenRequired | |
| 86 | 87 | public BaseListResponse queryPregnantBuildRecord(@RequestParam(required = false) String vcCardNo,@RequestParam(required = false) String cardNo,HttpServletRequest httpServletRequest){ |
| 87 | 88 | BookbuildingQueryRequest bookbuildingQueryRequest = new BookbuildingQueryRequest(); |
| 88 | 89 | bookbuildingQueryRequest.setVcCardNo(vcCardNo); |