Commit 264ebc21739ba7eaa490c3352bf4469f45ece6c8
1 parent
56f14778f1
Exists in
master
and in
6 other branches
生成序列号
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/UsersController.java
View file @
264ebc2
... | ... | @@ -1482,7 +1482,7 @@ |
1482 | 1482 | |
1483 | 1483 | @RequestMapping(value = "/getBabyseq", method = RequestMethod.GET) |
1484 | 1484 | @ResponseBody |
1485 | - public String getBabySeq(String year) { | |
1485 | + public String getBabySeq(@RequestParam(required = true) String year) { | |
1486 | 1486 | Long seq = usersService.getBabySeq(year); |
1487 | 1487 | return String.valueOf(seq); |
1488 | 1488 | } |